Skip to main content

Module vectorstores

Module vectorstores 

Source
Expand description

Vector store traits and types.

This module provides the VectorStore trait, MetadataFilter for filtering results, InMemoryVectorStore for testing, and the mmr module for Maximal Marginal Relevance selection.

Modules§

mmr
Maximal Marginal Relevance (MMR) algorithm.

Structs§

InMemoryVectorStore
In-memory vector store backed by a HashMap.

Enums§

MetadataFilter
A filter predicate for document metadata.

Traits§

VectorStore
Trait for vector stores that persist and query document embeddings.