Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method to add documents to the Weaviate index. It first generates vectors for the documents using the embeddings, then adds the vectors and documents to the index.
addDocuments(documents: Document<Record<string, any>>[], options: __type): Promise<string[]>
documents
Document<Record<string, any>>[]
Array of documents to be added.
options
__type
Optional parameter that can include specific IDs for the documents.