Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run structured filters over one queryable index.
POST /video/{video_id}/query/ POST /collection/{collection_id}/query/
query()
index_name
index_id
filter
limit
sort
return_fields
shot.metadata["indexes"]
index_names
index_ids
results = collection.query( index_name="objects", filter=[ {"field": "label", "op": "contains", "value": "cell phone"}, ], limit=100, sort=[("max_score", "desc")], return_fields=["objects"], )
SearchResult
Shot