Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt

Use this file to discover all available pages before exploring further.

Learn Actian VectorAI DB through practical, task-focused tutorials. Each tutorial teaches specific skills you can apply immediately to your projects.

Choose your learning path

Use this flowchart to find the tutorial track that matches your goals:

Getting started

Build foundational skills by creating your first VectorAI DB application.

Build your first application

Create a complete semantic search application from scratch. Learn to connect, store vectors, and query data.

Core features

Master the essential features for production vector search applications.

Similarity search fundamentals

Learn the core vector search workflow — from embedding and storing vectors to searching, scoring, batching, and paginating results.

Predicate filters

Combine vector search with structured payload filters using the type-safe Filter DSL and logical operators.

Advanced topics

Take your skills further with advanced techniques and architectures.

Use open-source embedding models

Choose, configure, and integrate Sentence Transformers, BGE, and other open-source models. Covers dimensionality trade-offs, quantization, and re-embedding workflows.

Build multimodal systems

Store, search, and fuse text, image, and metadata embeddings in a single collection using named vectors, multistage prefetch, and server-side fusion.

Rerank search results

Improve search relevance with multistage prefetch pipelines, cross-encoder scoring, payload-based boosting, and fusion reranking.

Optimize retrieval quality

Measure and improve search accuracy by tuning HNSW parameters, distance metrics, quantization, score thresholds, and payload indexes.

Build adaptive RAG systems

Create RAG pipelines that adapt retrieval strategy at runtime based on query type, confidence signals, and user feedback.
Follow this sequence to build skills progressively. Start with the beginner tutorials to build a strong foundation — each tutorial builds on concepts from previous ones, so following the recommended order helps you learn efficiently.
StageTutorialSkills learned
1Build your first applicationConnection, basic operations, search fundamentals
2Similarity search fundamentalsSearch patterns, score thresholds, batch queries
3Predicate filtersMetadata filtering, logical operators, combined queries
4Use open-source embedding modelsModel selection, dimensionality, quantization
5Build multimodal systemsNamed vectors, multistage prefetch, fusion
6Rerank search resultsTwo-stage retrieval, cross-encoders, result optimization
7Optimize retrieval qualityEvaluation metrics, HNSW tuning, benchmarking
8Build adaptive RAG systemsQuery classification, dynamic retrieval, self-correction

Time estimates

Use these estimates to plan your learning sessions and choose tutorials that fit your available time.
TutorialDurationDifficulty
Build your first application15 minBeginner
Similarity search fundamentals20 minBeginner
Predicate filters25 minIntermediate
Build a RAG pipeline30 minIntermediate
Use open-source embedding models25 minIntermediate
Build multimodal systems35 minAdvanced
Rerank search results30 minAdvanced
Optimize retrieval quality30 minAdvanced
Build adaptive RAG systems40 minAdvanced