addDocuments abstract method
- List<
AIDocument> documents
Adds documents to the store. Implementation should compute embeddings if the document doesn't have them yet.
Implementation
Future<void> addDocuments(List<AIDocument> documents);
Adds documents to the store. Implementation should compute embeddings if the document doesn't have them yet.
Future<void> addDocuments(List<AIDocument> documents);