Package-level declarations

Types

Link copied to clipboard

A file-system-based implementation of VectorStorageBackend that manages the storage and retrieval of documents and their corresponding vector embeddings within a file system.

Link copied to clipboard

A concrete implementation of VectorStorageBackend that stores documents and their associated vector embeddings in memory.

Link copied to clipboard

A JVM-specific implementation of FileVectorStorageBackend for managing the storage of documents and associated vector embeddings on a file system.

Link copied to clipboard

Low-level storage interface for documents and their pre-computed vector embeddings.