Ask a question to get started
Enter to send•Shift+Enter new line
Method to add documents to the vector store. It first converts the documents to vectors using the embeddings, then adds the vectors to the vector store.
addDocuments(documents: Document<Record<string, any>>[]): Promise<void>
documents
Document<Record<string, any>>[]
The documents to be added to the vector store.