Ask a question to get started
Enter to sendā¢Shift+Enter new line
Adds documents to the vector store, embedding them first through the embeddings instance.
embeddings
addDocuments(documents: Document<Record<string, any>>[], options: __type): Promise<void | string[]>
documents
Document<Record<string, any>>[]
Array of documents to embed and add.
options
__type
Optional configuration for embedding and storing documents.