Skip to main content

AlphaAvatar RAG Plugin

A modular Retrieval-Augmented Generation (RAG) middleware for AlphaAvatar, enabling agents to store, search, and ground answers on user-provided or locally stored knowledge.

This plugin allows AlphaAvatar agents to work with persistent knowledge bases built from files, documents, and web content—decoupling agent reasoning from raw context windows and enabling long-term, reusable memory through retrieval.

The default backend is RAGAnything, but the plugin is designed to support multiple RAG frameworks in a pluggable way.


Features

  • Persistent Knowledge Indexing Ingest and store documents (PDF / Markdown / text / HTML / web snapshots) into a searchable local index.

  • Grounded Answer Generation Retrieve relevant chunks and generate answers grounded in explicit sources rather than model-only knowledge.

  • Unified RAG Interface Abstracts indexing and querying behind a clean, agent-friendly API, independent of the underlying RAG engine.

  • Incremental & Reusable Memory Indexes can be extended, refreshed, and reused across conversations and sessions.

  • Seamless Integration with DeepResearch Designed to work naturally with DeepResearch outputs (scraped pages, downloaded PDFs) for building long-term knowledge bases.


When to Use RAG

Use indexing() when:

  • The user explicitly asks to save, store, remember, or archive content (e.g. “保存一下”, “留着以后查”, “做个资料库”)
  • The user provides files or URLs and implies future reuse
  • Multiple documents are downloaded or collected (e.g. via DeepResearch)
  • The same or similar documents are referenced repeatedly across turns

Use query() when:

  • The user asks questions about previously indexed content
  • Answers must be grounded in user-owned data
  • Searching across a growing local knowledge base is required

Functionality

It exposes two core operations (op) that can be composed into an agent workflow:

  • indexing Persist files, documents, or web content into a searchable local index. Use this when the content should be saved for future retrieval.

  • query Retrieve relevant chunks from an existing index and generate grounded answers. Use this when answering questions based on previously indexed content.


Typical Workflow

  1. Acquire content

    • User uploads files
    • Local file paths are provided
    • Web pages are scraped or downloaded via DeepResearch
  2. Decide persistence intent

    • Explicit user intent → index directly
    • Ambiguous intent → ask a clarification question
  3. Index content

    • Call indexing() to build or update the knowledge base
  4. Retrieve & answer

    • Call query() to retrieve relevant chunks
    • Generate grounded, source-aware answers

Installation

pip install alpha-avatar-plugins-rag

Supported RAG Frameworks

Default: RAG-Anything

Github Website

RAGAnything is a flexible RAG framework optimized for:

  • Heterogeneous document formats
  • Incremental indexing
  • Local-first storage and retrieval
  • Agent-oriented workflows

It provides the default indexing and querying backend for the AlphaAvatar RAG plugin.


Additional RAG backends can be integrated in the future without changing agent logic.

Download files

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

Source Distribution

alpha_avatar_plugins_rag-0.6.7.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

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

alpha_avatar_plugins_rag-0.6.7-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file alpha_avatar_plugins_rag-0.6.7.tar.gz.

File metadata

File hashes

Hashes for alpha_avatar_plugins_rag-0.6.7.tar.gz
Algorithm Hash digest
SHA256 80047f9334f5e12da04ae440a45475d3ef4d3fefdb1af8977ae201d474129bff
MD5 912bc381d7ad3e4b80547cb30bebe358
BLAKE2b-256 123a663eec89c9d5ebab7e4b0755928a71a3a1f825ba90e635952f627b02d51c

See more details on using hashes here.

File details

Details for the file alpha_avatar_plugins_rag-0.6.7-py3-none-any.whl.

File metadata

File hashes

Hashes for alpha_avatar_plugins_rag-0.6.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b6a8d57091b37bf96596dc2b6d3d3097066f47016dbf8af4b4b61f88b93f9d48
MD5 8184557dd7302da7e5f742da50c68659
BLAKE2b-256 01ffe654bf779c6e2ae5278e2fa4febe6e764871126487375ff302748e1e3ef0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.7 This release

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page