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>>[]): Promise<void>
documents
Document<Record<string, any>>[]
Array of documents to embed and add.