Skip to main content
Retrieves documents by their IDs from the vector store.
Available in Python SDK and JS/TS SDK. For the Embedded library, use get_by_id(), get_by_ids(), get_document(), or get_documents() directly on the CyborgVectorStore instance.

Parameters

Returns

List[Document]: List of Document objects matching the given IDs

Example Usage