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§
- Search
Result - A single result returned by a similarity search.
- Vector
Entry - A single vector stored in the vector store.
- Vector
Store - In-memory vector store partitioned by namespace.
- Vector
Store Stats - Aggregate statistics about the store.
Enums§
- Store
Error - Errors returned by store operations.