Created answer.py and main.py to run the rag. Created eval and tests to test result accuracy
c7ff6ef
kevinkim728commited 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
kevinkim728commited on
Refactor RAG_notebook.ipynb to incorporate pydantic models for chunking, update execution counts, and enhance metadata handling in document processing functions.
e47b4ef
kevinkim728commited on
Add groq dependency to pyproject.toml and update RAG_notebook.ipynb with new imports and execution counts
37887d9
kevinkim728commited on
Update RAG_notebook.ipynb to reset execution count, modify model_id, and implement document loading and chunking functions.