Skip to main content

CLI tool to help retrieve RAG context from a corpus of documents.

Project description

RAG Stash

Perform RAG flexibly and easily with an LLM of your choice

About

Ragstash is a CLI utility to help retrieve RAG (Retrieval Augmented Generation) context from your documents which can then be fed into an LLM of your choice.

Installation

recommended:

pipx install ragstash or uv tool install ragstash

You should then have ragstash command available.

Usage

First, cd into your documents folder, then:

  1. Use ragstash init . to initialize (processes documents, generates embeddings, and saves vector db)
  2. Use ragstash serve . to start the server used for querying
  3. (In a separate terminal) Use ragstash get YOUR_QUERY to print out the RAG context. This output can be piped (|) into an LLM or saved in a file.

Example Usage

Simple:

> cd path/to/your/documents
> ragstash init .
> ragstash serve .

# In another terminal
> ragstash get "What do the leaked files say about the doings of Celebrity Celebface?" | claude

Advanced:

> cd path/to/your/documents
> ragstash init . \
  --sentence-transformer "sentence-transformers/all-MiniLM-L6-v2" \
  --chunk-size 1000 \
  --name "LargeChunks"
> ragstash serve . --name "LargeChunks"

# In another terminal
> ragstash get "What do the leaked files say about the doings of Celebrity Celebface?" \
  --retrieval-query "Things Celebrity Celebface has done" \
  --chunks 10 \
  --message "Here is " \
  | claude

Options

> init PTH
    --sentence-transformer  # model to use for embedding of chunks
    --chunk-size            # size of chunks (chars)
    --chunk-overlap         # 
    --redo                  # overwrite existing vault
    --name                  # name to give initialization (appended to folder name: ".rag_{NAME}")

> serve PTH
    --name                  # which initialization to use
    --unload-timeout        # time after which sentence transformer mode unloads (0 means never unloads)
    --port

> get YOUR_QUERY
    --chunks                # number of chunks to fetch
    --retrieval-query       # query to use when doing "dumb" retrieval of data (given to sentence transformer)
    --message               # message to give LLM
    --port                  # port to fetch 
    --ip_addr               # default `localhost`
    --chunks-as-json        # instead of getting RAG formatted message, get retireved chunks as json
    --file                  # file where to save retrieved context

> update PTH
    --name                  # name of vault

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

ragstash-0.1.1.tar.gz (165.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ragstash-0.1.1-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file ragstash-0.1.1.tar.gz.

File metadata

  • Download URL: ragstash-0.1.1.tar.gz
  • Upload date:
  • Size: 165.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for ragstash-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b97fcd827fb404f37f8d3f5fafc57ba5a6c436f3578a2abea8394e95472433d3
MD5 de91b51bc1b7228c9830f634a71deee0
BLAKE2b-256 5731e591487484b46d9be8ec83af7dfeea56410e0fff2af5a3677d8052b6abc0

See more details on using hashes here.

File details

Details for the file ragstash-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ragstash-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for ragstash-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 154b907a62800941471636ce9fa35d3515f318355c2a0bf3055978e13837e2b8
MD5 aa8a466cc73bfd19cd86977fd19a63bb
BLAKE2b-256 dc1eac6bb67484e749529dfa4b2a104758f641bb4f3f0187aff4ec4aeef13ecf

See more details on using hashes here.

Supported by

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