Parameters
| Parameter | Type | Description |
|---|---|---|
documents | List[Document] | List of LangChain Document objects to add |
ids | Optional[List[str]] | (Optional) List of IDs for the documents (auto-generated if not provided) |
**kwargs | Any | Additional keyword arguments passed to add_texts |
Returns
List[str]: List of IDs for the added documents