Skip to content

Llama-github Release v0.1.3

Compare
Choose a tag to compare
@JetXu-LLM JetXu-LLM released this 14 Oct 15:42
· 44 commits to main since this release

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 in GithubRAG 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 support simple_mode functionality
  • Added flexibility to override simple_mode on a per-call basis in retrieve_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 the simple_mode parameter

Installation

To install or upgrade to the latest version, run:

pip install --upgrade llama-github