RAG-study-assistant / RAG_notebook.ipynb

Commit History

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

kevinkim728 commited on

Update CLAUDE.md for clarity on feedback expectations and modify RAG_notebook.ipynb to merge chunks, re-rank them, and output the best result
1383877

kevinkim728 commited on

Refactor RAG_notebook.ipynb to incorporate pydantic models for chunking, update execution counts, and enhance metadata handling in document processing functions.
e47b4ef

kevinkim728 commited on

Add groq dependency to pyproject.toml and update RAG_notebook.ipynb with new imports and execution counts
37887d9

kevinkim728 commited on

Update RAG_notebook.ipynb to reset execution count, modify model_id, and implement document loading and chunking functions.
14654b5

kevinkim728 commited on

Initial commit
eafb730

kevinkim728 commited on