Llama-github Release v0.1.3 #21
JetXu-LLM
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
simple_mode
parameter inGithubRAG
class initializationsimple_mode
is enabled, significantly reducing startup timeEnhanced Context Retrieval
retrieve_context
method to supportsimple_mode
functionalitysimple_mode
on a per-call basis inretrieve_context
Improvements
simple_mode
is enabledsimple_mode
in context retrieval operationsDeveloper Notes
simple_mode=True
, be aware that embedding and reranking functionalities will not be availableretrieve_context
method now uses a late binding approach for thesimple_mode
parameterInstallation
To install or upgrade to the latest version, run:
Beta Was this translation helpful? Give feedback.
All reactions