Enterprise-grade, agentic RAG over complex real-world docs
The project uses EyelevelAI's state of the art document parsing and retrieval system GroundX. It's integrated as a custom tool with CrewAI.
Before you start, quickly test it on your own document here
GroundX can also be deployed completely on premise as well, the code is open-source, here's their GitHub repo.
Grab your API keys's here.
Watch this tutorial on YouTube
Setup and installations
Setup Environment:
- Paste your API keys by creating a
.env - Refer
.env.examplefile
Install Dependencies: Ensure you have Python 3.11 or later installed.
pip install groundx crewai crewai-tools
Running the app:
streamlit run app_deep_seek.py
📬 Stay Updated with Our Newsletter!
Get a FREE Data Science eBook 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. Subscribe now!
Contribution
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
