agentic-rag-financial-parser
A low-memory RAG tool for financial documents that helps developers quickly prototype financial Q&A systems.
Tool overview
[Adoption assessment] Currently a personal open-source experiment with 65 GitHub stars and 22 forks, indicating early interest but no evidence of enterprise adoption. [What it does] It orchestrates a multi-agent RAG pipeline with LangGraph, parsing PDFs via LlamaParse/PyMuPDF, chunking, and generating 256-dim Matryoshka embeddings to run in 512MB RAM environments. The official README claims management of 15,000+ semantic chunks and integrates Pinecone for vector storage and FastAPI for serving, enabling prototype financial-document Q&A. [Barriers and cost] The code is open-source, but deployment requires external services like Pinecone and a LlamaParse API key, which may incur costs. No official pricing is given; any runtime cost assumptions are conservative inferences based on typical model and DB usage. The 512MB RAM claim is README‑stated, without independent validation. [Fit and community consensus] Suitable for developers exploring financial RAG concepts; unsuitable for production scenarios demanding high accuracy, explainability, or complex table/scan handling.
This tool does not have related social references to display yet.