v2.2
New Features:
-
RAGAS Evaluation
• Added dedicatedevaluation.ipynbnotebook to evaluate retrieval and answer quality with RAGAS metrics.
• Evaluation outputs can be saved and reused without rerunning the RAG pipeline.
• Added support for a separate local judge model through Ollama's OpenAI-compatible API. -
Updated Retrieval Defaults
• Switched the default embedding model toQwen/Qwen3-Embedding-0.6B.
• Updated retrieval defaults to threshold0.4andk=7.
Bug Fixes:
- Project Cleanup
• Cleaned dependencies, generated files, and notebook outputs.
• Updated documentation to reflect the current evaluation, retrieval, and installation setup.