Skip to main content
Welcome to the VectoriaDB API reference. This section documents all public classes, methods, interfaces, and error types.

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

Quick Reference

VectoriaDB Methods

Imports