Expand description
Vector store trait with in-memory and Qdrant implementations.
Structs§
- InMemory
VecStore - In-memory VecStore: stores items in a map, search by brute-force cosine similarity.
- VecSearch
Hit - Result of a vector search hit (id + score).
- VecStore
Item - Item for vector store (id, vector, payload).
Enums§
Traits§
- VecStore
- Vector store abstraction (subset of MemOS BaseVecDB).