Ask a question to get started
Enter to send•Shift+Enter new line
Adds documents to the Voy database. The documents are embedded using embeddings provided while instantiating the class.
addDocuments(documents: Document<Record<string, any>>[]): Promise<void>
documents
Document<Record<string, any>>[]
An array of Document instances associated with the vectors.
Document