πŸ€– Agentic RAG Hub

Core knowledge retrieval for the ToadAid Mirror

πŸ“– Introduction

Agentic RAG (Retrieval-Augmented Generation) is the heart of our Mirror’s knowledge. It blends Tobyworld lore scrolls with intelligent agent workflows, allowing the Mirror to reason, retrieve, and guide with depth.

βš™οΈ Setup & Usage

  1. Install LM Studio or your local LLM server.
  2. Clone the ToadAid lore scrolls to your local machine.
  3. Run build_index.py to create FAISS indexes.
  4. Connect the Mirror to the index via mirror_config.json.

πŸ§ͺ Test Your RAG

Coming soon: a live query tool to test how the Mirror retrieves lore from your dataset.

← Back to Home