Expand description
Vector store backends for mem0-rust.
This module provides various vector storage backends:
- Memory (in-memory, for testing and development)
- Qdrant (production vector database)
- PostgreSQL with pgvector
- Redis with vector search
Structs§
- InMemory
Store - In-memory vector store
Traits§
- Vector
Store - Trait for vector storage backends
Functions§
- create_
vector_ store - Create a vector store from configuration