Expand description
Configuration types for mem0-rust.
This module provides comprehensive configuration options for:
- Embedding providers
- Vector store backends
- LLM providers
- Memory behavior
Structs§
- Cohere
Reranker Config - Cohere reranker configuration
- Custom
Prompts - Custom prompts configuration
- Hugging
Face Embedder Config - HuggingFace embedder configuration
- Memory
Config - Main configuration for the Memory system
- Memory
Store Config - In-memory store configuration
- Mock
Embedder Config - Mock embedder configuration (for testing)
Enums§
- Distance
Metric - Distance metric for vector similarity
- Embedder
Config - Embedding provider configuration
- LLMConfig
- LLM provider configuration
- Reranker
Config - Reranker configuration
- Vector
Store Config - Vector store backend configuration