SkillAgentSearch skills...

RektRAG

No-brainer vectorless RAG combining docling and toon-python

Install / Use

/learn @RektPunk/RektRAG
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div style="text-align: center;"> <img src="https://capsule-render.vercel.app/api?type=transparent&fontColor=0047AB&text=RektRAG&height=120&fontSize=90"> </div> <p align="center"> <a href="https://github.com/RektPunk/RektRAG/releases/latest"> <img alt="release" src="https://img.shields.io/github/v/release/RektPunk/RektRAG.svg"> </a> <a href="https://github.com/RektPunk/RektRAG/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/RektPunk/RektRAG.svg"> </a> </p>

RektRAG introduces a lightweight, tree-based RAG designed for high-precision retrieval with minimal token overhead. RektRAG utilizes Docling for structured parsing and introduces the TOON format to optimize context window usage.

By decoupling the core logic from specific LLM providers, RektRAG allows integration with any model. It leverages asynchronous processing and hierarchical summarization to provide a "No-brainer" experience for complex document retrieval.

Installation

Install using pip:

pip install rektrag

Usage

  • RektEngine: Orchestrates document ingestion, state management, and multi-document retrieval.
  • LLMProvider: Easily plug in OpenAI, Anthropic, or local LLMs by implementing the interface.

Example

Please refer to the Examples provided for further clarification.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4d ago
Forks0

Languages

Python

Security Score

85/100

Audited on Apr 6, 2026

No findings