Skip to main content

Module vector_store

Module vector_store 

Source
Expand description

In-memory vector store with namespace support.

Provides VectorStore: a namespace-partitioned collection of embedding vectors with cosine-similarity search, upsert/delete, and dimension enforcement.

Structs§

SearchResult
A single result returned by a similarity search.
VectorEntry
A single vector stored in the vector store.
VectorStore
In-memory vector store partitioned by namespace.
VectorStoreStats
Aggregate statistics about the store.

Enums§

StoreError
Errors returned by store operations.