Main Classes
VectoriaDB
The main vector database class for semantic search
TFIDFVectoria
Zero-dependency TF-IDF variant for keyword search
Storage Adapters
FileStorageAdapter
Persist to local disk
RedisStorageAdapter
Distributed Redis cache
MemoryStorageAdapter
In-memory (default)
Interfaces
Configuration
VectoriaConfig and related options
Documents
DocumentMetadata and DocumentEmbedding
Search
SearchOptions and SearchResult
Storage
Storage adapter interfaces
Error Classes
Error Reference
All VectoriaDB error types with codes and handling examples