Add detailed RAG system metrics section to README(HF_SPACES)
e9800a3
Jatin Mehracommited on
Add RAG system performance metrics section to README
2f7e733
Jatin Mehracommited on
Add Jupyter notebook for loading and analyzing RAG scores from CSV
0d7f003
Jatin Mehracommited on
Add dataset processing and evaluation script for RAG system with memory management
8d0a63e
Jatin Mehracommited on
Enhance session management in load_session function to ensure LLM consistency and improve error handling. Update chunk processing to accommodate larger text sizes and integrate conversation memory for chat history management.
bcaf7fa
Jatin Mehracommited on
Refactor agentic_rag function to include memory parameter and enhance prompt clarity with detailed instructions for context usage and search behavior.
9492bcd
Jatin Mehracommited on
Update .gitignore to include .venv, .csv, and .json files
ff4330b
Jatin Mehracommited on
Update agentic_rag function to clarify context usage in responses