Expand description
Document storage and vector indexing
This module provides storage backends for documents and their vector embeddings, supporting various indexing strategies and similarity search algorithms.
Structs§
- InMemory
Storage - In-memory storage implementation for development and testing
- Index
Stats - Index statistics
- Search
Params - Search parameters for vector search
- Storage
Factory - Storage factory for creating different storage backends
- Storage
Health - Storage health information
- Storage
Metrics - Storage performance metrics
- Storage
Stats - Storage statistics
- Vector
Index - Vector index for similarity search
Enums§
- Health
Status - Health status enumeration
- Index
Type - Index type enumeration
- Search
Method - Search method enumeration
Traits§
- Document
Storage - Storage backend trait for documents and vectors