Skip to main content
Adds LangChain Document objects to the vector store.

Parameters

Returns

List[str]: List of IDs for the added documents

Example Usage

Async

The Embedded and Python SDK provide async versions of this method prefixed with a:
JS/TS methods are natively async — all signatures above already return Promise<...>. No separate async variant is needed.