VectorStorage
Interface for managing storage and retrieval of documents along with their vector embeddings. This interface extends the DocumentStorageWithPayload interface and specializes it by using vectors (embeddings) as the associated payload for documents.
Parameters
Document
The type representing the document being stored.