Ask a question to get started
Enter to send•Shift+Enter new line
Method that adds documents to the usearch index. It generates embeddings for the documents and adds them to the index.
usearch
addDocuments(documents: Document<Record<string, any>>[]): Promise<string[]>
documents
Document<Record<string, any>>[]
An array of Document instances to be added to the index.
Document