kamkol/AB_AI_RAG_Agent
Upload 3 files
Improve description at the top
Update top description
Improve title aesthetics
Fix UI bug where previous sources and folow up questions disappear
Remove imports not being used
More robust checking for data files
Add possible paths for the processed data
Fix app.py to find the processed data correctly
deploy_to_huggingface was looking for the data in the wrong directory
Loosen requirements.txt
Fix issue with ArXiv
Fix requirements file
Removed unnecessary dependencies
Fix bug in Dockerfile
Directly calculate embedding similarity
Fix issue with process_data
Use SentenceTransformer directly for our embeddings
Added app code to push to HF using Docker
Add a clean version of the notebook for clarity for app
Used LangSmith to detect latency issue and have clean fix
Completed the notebook except for cleaning up
Do chunk strategy Ragas metric experimentation
Initial RAG agent setup
Initial commit clean 2
