addDocuments abstract method

Future<void> addDocuments(
  1. 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);