Skip to main content

Module vector_store

Module vector_store 

Source
Expand description

Trait-based plugin system for vector stores.

Implement VectorStore for your storage backend (pgvector, Qdrant, Pinecone, Chroma, Weaviate, Milvus, etc.), then compose with a knowledge base for a complete embedding-backed retrieval pipeline.

Traits§

ErasedVectorStore
Object-safe wrapper for VectorStore.
VectorStore
Low-level vector storage interface.

Type Aliases§

SharedVectorStore
Shared ownership of a vector store.