RAGWire and PythoRAG

These are competitors offering similar RAG pipelines—both ingest PDFs into Qdrant vector storage for retrieval-augmented generation—though RAGWire is more mature and feature-rich (supporting multiple document formats, hybrid search, and deduplication) while PythoRAG is a simpler, earlier-stage implementation.

RAGWire
51
Established
PythoRAG
22
Experimental
Maintenance 13/25
Adoption 12/25
Maturity 18/25
Community 8/25
Maintenance 10/25
Adoption 3/25
Maturity 9/25
Community 0/25
Stars: 8
Forks: 1
Downloads: 1,249
Commits (30d): 0
Language: Python
License: MIT
Stars: 3
Forks:
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No Package No Dependents

About RAGWire

laxmimerit/RAGWire

Production-grade RAG toolkit — ingest PDFs, DOCX, XLSX into Qdrant with LLM metadata extraction, hybrid search, and SHA256 deduplication.

Supports multi-format ingestion via MarkItDown (PPTX, XLSX, DOCX, PDFs), markdown-aware recursive chunking, and customizable LLM-based metadata extraction through YAML configuration. Provides pluggable embedding providers (Ollama, OpenAI, HuggingFace, Google, FastEmbed) with Qdrant's dense/sparse/hybrid search, plus directory-level ingestion with file and chunk-level SHA256 deduplication. Designed as modular Python components with environment variable substitution for production deployments.

About PythoRAG

natanhp/PythoRAG

PythoRAG is a simple, open-source project designed to facilitate Retrieval-Augmented Generation (RAG) by integrating PDF document ingestion with Qdrant for vector storage and Deepseek-R1:1.5B (running on Ollama) for context-aware text generation

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