Agent-based implementation of RAG, incorporating AI agents into the RAG pipeline to orchestrate its components and perform additional actions beyond simple information retrieval and generation to overcome the limitations of the non-agentic pipeline
Stars
20
Forks
1
Watchers
20
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
docs: Add detailed help messages for parser arguments in main.py
7c09a04View on GitHubfeat: Add doc_qa.py with QA, AgenticQA and indexing classes
b11ba5aView on GitHubfeat: Add main.py as the entry point for the application
18c580aView on GitHubchore: Add __init__.py to src for package initialization
47b7a43View on GitHubfeat: Add RAG pipeline for document querying (no evaluation yet)
0ed7afaView on GitHub