| Name | Type | Description |
|---|---|---|
ids | str | list[str] | None | Default: NoneThe ids of the embeddings to get. Optional. |
where | Where | None | Default: NoneA Where type dict used to filter results by.
E.g. |
limit | int | None | Default: None |
offset | int | None | Default: None |
where_document | WhereDocument | None | Default: None |
include | list[str] | None | Default: None |
Gets the collection.
The number of documents to return. Optional.
The offset to start returning results from. Useful for paging results with limit. Optional.
A WhereDocument type dict used to filter by the documents.
E.g. {"$contains": "hello"}. Optional.
A list of what to include in the results.
Can contain "embeddings", "metadatas", "documents".
Ids are always included.
Defaults to ["metadatas", "documents"]. Optional.