iai collections search
Synopsis
iai collections search <collection> [flags]Examples
iai collections search docs -d my-db --query "reset my password"
iai collections search docs -d my-db --query "..." --exact --limit 5Options
-d, --database string Database that holds the collection (required)
--exact Exhaustive scan instead of the index
--filter string Metadata filter as a JSON object
-h, --help help for search
--json Output raw API response as JSON
--limit int Max results
-o, --organization string Organization name
-p, --project string Project name
--query string Query text (embedded server-side)
--using string Vector slot to search (omit for the server default, "default")
--vector string Query vector as comma-separated floats
--yaml Output raw API response as YAMLOptions inherited from parent commands
SEE ALSO
Last updated
Was this helpful?

