Llama-github Release v0.1.1
llama-github v0.1.1
We're excited to announce the release of llama-github v0.1.1! This version brings significant improvements and new features to enhance your GitHub-based LLM interactions.
What's New
New Features 🚀
- Direct Answer Generation: Implemented
answer_with_context
method for streamlined response creation (closes #6) - Mistral AI Support: Added integration with Mistral AI LLM provider, expanding our LLM ecosystem
- Enhanced Context Retrieval:
retrieve_context
function now includes metadata (e.g., URLs) with each context string (closes #2)
Improvements 🛠️
- Advanced Reranking: Upgraded to jina-reranker-v2 for more accurate context retrieval
- Expanded LLM Support: Broadened compatibility for diverse use cases
- Overall Enhancements: Refined the context retrieval process for better performance
Bug Fixes 🐛
- Resolved warning during context retrieval process (closes #3)
Upgrading
To upgrade to this version, run:
pip install --upgrade llama-github==0.1.1