Introducing easy-rag-pdf: Simplified PDF-based RAG with LangChain

I’ve just released a new open-source Python library: easy-rag-pdf. easy-rag-pdf is built on top of LangChain, with the goal of making PDF-based RAG and question-answering easy and practical without requiring users to wire together multiple LangChain components themselves. PyPI: https://lnkd.in/g2JiPPDb What it focuses on : - A simple, developer-friendly API - PDF → chunking → retrieval → answer workflow - Support for answers with source documents - Designed for stability, clarity, and real-world usage To install : >>> pip install easy-rag-pdf To import >>> from chat_pdf import load_pdf, ask_question GitHub (open for collaboration) https://lnkd.in/gp_776mm This project is intentionally kept simple and extensible. I’m happy to collaborate with developers interested in improving RAG workflows, adding local model support, or exploring practical document-AI use cases. Feedback, issues, and PRs are very welcome. #OpenSource #Python #LangChain #RAG #LLM #AIEngineering #DeveloperTools #easyrag #library #PythonLibrary #pip #chatpdf

To view or add a comment, sign in

Explore content categories