RAG-study-assistant / answer.py

Commit History

feat: add example questions, tighten grounding instruction, disable markdown tables
60faf96

kevinkim728 commited on

fix: strip Gradio metadata from history before passing to Groq API
077222b

kevinkim728 commited on

refactor: switch to Groq, prep app for HF Spaces, clean up comments
a821831

kevinkim728 commited on

Created the front end UI and the README.
4cc844d

kevinkim728 commited on

Remove outdated result files and enhance filename generation logic in eval.py. Update test cases for improved keyword accuracy. Finalized encoder models
4a9921a

kevinkim728 commited on

Update answer.py to refine system message for document re-ranking and adjust embedding model comments. Modify JSON result files to reflect updated metrics for average MRR, NDCG, and coverage.
98fb9ba

kevinkim728 commited on

Refactor answer.py and eval.py to integrate OpenAI client, update embedding models, and enhance pipeline debugging. Add einops dependency in pyproject.toml. Created results files to compare
d7129d3

kevinkim728 commited on

Created answer.py and main.py to run the rag. Created eval and tests to test result accuracy
c7ff6ef

kevinkim728 commited on