Module storage

Module storage 

Source
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§

InMemoryStorage
In-memory storage implementation for development and testing
IndexStats
Index statistics
SearchParams
Search parameters for vector search
StorageFactory
Storage factory for creating different storage backends
StorageHealth
Storage health information
StorageMetrics
Storage performance metrics
StorageStats
Storage statistics
VectorIndex
Vector index for similarity search

Enums§

HealthStatus
Health status enumeration
IndexType
Index type enumeration
SearchMethod
Search method enumeration

Traits§

DocumentStorage
Storage backend trait for documents and vectors