feat: replace deprecated llama3-8b-8192 with llama-3.1-8b-instant as default model
7a2ad34
Jatin Mehracommited on
Update README (HF) with system architecture diagram and enhance section titles for clarity
68f0395
Jatin Mehracommited on
Add system architecture diagram to README for enhanced clarity
ab5e975
Jatin Mehracommited on
Add project structure and key components description to README files for improved documentation
0fe16fd
Jatin Mehracommited on
Remove test_refactored.py as part of codebase cleanup and refactoring efforts
9dbace0
Jatin Mehracommited on
Refactor FastAPI application structure and update test imports for backward compatibility
3da73e5
Jatin Mehracommited on
Refactor and reorganize codebase for improved maintainability and clarity
ba907cd
Jatin Mehracommited on
Refactor FastAPI application for improved modularity and maintainability
33c5afb
Jatin Mehracommited on
Add FAISS indexing utilities and enhance text processing functions for improved chunking and validation
447c09c
Jatin Mehracommited on
Enhance model selection and tool creation with improved error handling, add content validation in chunking, and refine agent response logic for better user interaction and reliability
4dbeb79
Jatin Mehracommited on
Enhance PDF chunking logic and add validation for chat requests to improve data integrity and user experience
4a31622
Jatin Mehracommited on
Refactor session management and enhance PDF upload handling for improved error handling and model consistency
24b32e6
Jatin Mehracommited on
Refactor retrieval and agent functions for improved chunk handling and error management
63ed7c1
Jatin Mehracommited on
Add rouge-score to requirements.txt
1ee9743
Jatin Mehracommited on
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