Skip to main content

victor-rag

RAG (Retrieval-Augmented Generation) Vertical for Victor AI

A complete RAG implementation showcasing document ingestion, vector search, and knowledge management with Victor AI.

Features

  • 📄 Multi-format Document Ingestion

    • PDF, Markdown, Text, Code files
    • Semantic chunking with configurable overlap
    • Automatic document type detection
  • 🔍 Hybrid Search

    • Vector search (semantic similarity)
    • Full-text search (keyword matching)
    • Combined reranking for best results
  • 💾 Embedded Vector Storage

    • LanceDB (no server required)
    • Persistent local storage
    • Fast similarity search
  • 🎯 Query Enhancement

    • Context retrieval from relevant documents
    • Source attribution and citations
    • Confidence scoring

Installation

# Install with Victor core
pip install victor-ai

# Install RAG vertical
pip install victor-rag

Quick Start

from victor.framework import Agent

# Create agent with RAG vertical
agent = await Agent.create(
    provider="ollama",
    model="qwen2.5-coder:7b",
    vertical="rag"
)

# Ingest a document
await agent.chat("Ingest README.md into the knowledge base")

# Query the knowledge base
result = await agent.chat("What does this project do?")

Available Tools

Once installed, the RAG vertical provides these tools:

  • rag_ingest - Ingest documents into the knowledge base
  • rag_search - Search for relevant document chunks
  • rag_query - Query with context retrieval
  • rag_list - List all indexed documents
  • rag_delete - Delete documents from knowledge base
  • rag_stats - Get knowledge base statistics

System Prompt

The RAG vertical includes specialized prompt contributions:

  • Query Strategy: When to use semantic vs keyword search
  • Citation Format: How to reference sources
  • Document Handling: Chunking strategies by document type
  • Quality Rules: Grounding rules to prevent hallucination

Configuration

The RAG vertical can be configured via environment variables:

# Vector store location
export VICTOR_RAG_DB_PATH=./rag_db

# Chunking configuration
export VICTOR_RAG_CHUNK_SIZE=512
export VICTOR_RAG_CHUNK_OVERLAP=50

# Search configuration
export VICTOR_RAG_TOP_K=5
export VICTOR_RAG_MIN_CONFIDENCE=0.3

Development

# Install with dev dependencies
pip install -e ".[dev]"

# Run tests
pytest tests/

# Format code
black victor_rag/

# Type check
mypy victor_rag/

License

Apache License 2.0 - see LICENSE for details.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

victor_rag-0.7.2.tar.gz (100.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

victor_rag-0.7.2-py3-none-any.whl (118.0 kB view details)

Uploaded Python 3

File details

Details for the file victor_rag-0.7.2.tar.gz.

File metadata

  • Download URL: victor_rag-0.7.2.tar.gz
  • Upload date:
  • Size: 100.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for victor_rag-0.7.2.tar.gz
Algorithm Hash digest
SHA256 610490e8b48b6b6ed25e9885f24c3ecba2cd8aae118305a809120eb059dd5238
MD5 f1bcd7b2df7d57eb6b4ae4eace483a37
BLAKE2b-256 575be820897c00f96be155cb42f0c6381681ab6d181659de0ddd452484d1ee92

See more details on using hashes here.

Provenance

The following attestation bundles were made for victor_rag-0.7.2.tar.gz:

Publisher: release-verticals.yml on anvai-labs/victor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file victor_rag-0.7.2-py3-none-any.whl.

File metadata

  • Download URL: victor_rag-0.7.2-py3-none-any.whl
  • Upload date:
  • Size: 118.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for victor_rag-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 652cd0c286694dc148f5f7c1e7c8763ef9d5f712375edb6a116b7a2cf0a96c32
MD5 f1fff01a393b8625a7c7abb02ac5bc58
BLAKE2b-256 261ebb15ee9effdf39513ec8cd370d444b4296709574122e22b904b35a34ec8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for victor_rag-0.7.2-py3-none-any.whl:

Publisher: release-verticals.yml on anvai-labs/victor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page