Core Types
Embeddings
Documents
IDs
Metadata
CollectionMetadata
Query Types
Where
- Comparison:
$eq,$ne,$gt,$gte,$lt,$lte - Inclusion:
$in,$nin - Logical:
$and,$or
WhereDocument
$contains- Document contains the string$not_contains- Document does not contain the string$and- Logical AND$or- Logical OR
IncludeEnum
Response Types
GetResponse
collection.get() operations.
Example:
MultiQueryResponse
collection.query() operations. Each array contains results for each query.
Example:
SingleQueryResponse
QueryResponse
Parameter Types
AddRecordsParams
embeddings or documents.
Example:
QueryRecordsParams
queryTexts or queryEmbeddings.
Example: