ragctl and rag-doctor

The CLI tool for managing and optimizing RAG pipelines and the agentic diagnostic tool for pinpointing RAG failures are complements, as the former provides general pipeline control and testing, while the latter offers specific, detailed root cause analysis when those pipelines encounter issues, allowing for more precise debugging within a managed workflow.

ragctl
50
Established
rag-doctor
34
Emerging
Maintenance 6/25
Adoption 6/25
Maturity 22/25
Community 16/25
Maintenance 10/25
Adoption 1/25
Maturity 11/25
Community 12/25
Stars: 18
Forks: 7
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 1
Forks: 1
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No Package No Dependents

About ragctl

datallmhub/ragctl

A powerful CLI tool to manage, test, and optimize RAG pipelines. Streamline your Retrieval-Augmented Generation workflows from terminal.

This tool helps AI engineers and developers prepare various documents like PDFs, Word files, and images for use in Retrieval-Augmented Generation (RAG) applications. It takes raw documents, extracts text using advanced OCR, intelligently breaks them into meaningful chunks, and exports them in formats like JSON or directly into a vector store. This streamlines the crucial data preparation step for building robust RAG systems.

AI-engineering NLP-data-prep document-processing RAG-application-development vector-database-ingestion

About rag-doctor

balavenkatesh3322/rag-doctor

🩺 Agentic RAG pipeline failure diagnosis tool. Tells you why your RAG failed — chunk fragmentation, retrieval miss, position bias, hallucination, or query mismatch — with a root cause ID and concrete fix. CLI + Python SDK + Ollama support.

Scores updated daily from GitHub, PyPI, and npm data. How scores work