Skip to main content

llama-index packs rag cli local integration

Project description

RAG Local CLI Pack

This LlamaPack implements a fully local version of our RAG CLI, with Mistral (through Ollama) and BGE-M3.

CLI Usage

You can download llamapacks directly using llamaindex-cli, which comes installed with the llama-index python package:

llamaindex-cli download-llamapack LocalRAGCLIPack --download-dir ./local_rag_cli_pack

You can then inspect the files at ./local_rag_cli_pack and use them as a template for your own project!

Code Usage

You can download the pack to a directory. NOTE: You must specify skip_load=True - the pack contains multiple files, which makes it hard to load directly.

We will show you how to import the agent from these files!

from llama_index.core.llama_pack import download_llama_pack

# download and install dependencies
download_llama_pack("LocalRAGCLIPack", "./local_rag_cli_pack", skip_load=True)

From here, you can use the pack. The most straightforward way is through the CLI. You can directly run base.py, or run the setup_cli.sh script.

cd local_rag_cli_pack

# option 1
python base.py rag -h

# option 2 - you may need sudo
# default name is lcli_local
sudo sh setup_cli.sh
lcli_local rag -h

You can also directly get modules from the pack.

from local_rag_cli_pack.base import LocalRAGCLIPack

pack = LocalRAGCLIPack(
    verbose=True, llm_model_name="mistral", embed_model_name="BAAI/bge-m3"
)
# will spin up the CLI
pack.run()

# get modules
rag_cli = pack.get_modules()["rag_cli"]
rag_cli.cli()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_packs_rag_cli_local-0.3.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_packs_rag_cli_local-0.3.0.tar.gz.

File metadata

File hashes

Hashes for llama_index_packs_rag_cli_local-0.3.0.tar.gz
Algorithm Hash digest
SHA256 1793247bef9641bcad6c50ecf7fc46bf52326d31313849c0eefe0902cd2b09e6
MD5 3290a235380a3fa78556b4fb7578bf7a
BLAKE2b-256 03d4f9e3a74563e5fc0f69bd38a57e1219100967ebceeb3430ea7af6570c4f69

See more details on using hashes here.

File details

Details for the file llama_index_packs_rag_cli_local-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_packs_rag_cli_local-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe0571a9843b3747af18355aeff53eb9a5fa5a0eaa1868ca3537b2d2a35c27bd
MD5 69f23c05bd1090c85af7a6a1142f2282
BLAKE2b-256 a265ffada83ca589d11ec207d4cd9e42fada1767f4004dbe9c6d6b7c9fee9a95

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page