Skip to content

Add support for controlling what data is returned from queries #186

@daverigby

Description

@daverigby

Add command-line options which allows the user to specify what queries should return:

  • --include_values / --no-include-values - Should the vector values be returned from the database? (For some databases this requires additional work to fetch the actual vector values)
  • --include_metadata / --no-include-metadata - Should the record metadata be returned from the database? (For some databases this requires additional work to fetch the metadata)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions