Llama-github Release v0.1.3
llama-github v0.1.3
We're excited to announce the release of llama-github v0.1.3! This version introduces performance optimizations and flexibility improvements, enhancing the overall user experience.
What's New
Simple Mode for Faster Initialization
- Introduced
simple_mode
parameter inGithubRAG
class initialization - Skip loading of embedding and reranker models when
simple_mode
is enabled, significantly reducing startup time
Enhanced Context Retrieval
- Updated
retrieve_context
method to supportsimple_mode
functionality - Added flexibility to override
simple_mode
on a per-call basis inretrieve_context
Improvements
- Faster initialization process when
simple_mode
is enabled - More flexible usage of
simple_mode
in context retrieval operations - Updated documentation to reflect new features and usage
Developer Notes
- When using
simple_mode=True
, be aware that embedding and reranking functionalities will not be available - The
retrieve_context
method now uses a late binding approach for thesimple_mode
parameter
Installation
To install or upgrade to the latest version, run:
pip install --upgrade llama-github