Skip to main content

zk-rag is a command-line chat tool for your zettelkasten

Project description

Chat With Your Zettelkasten

This is a simple tool that lets you chat with a local "AI" that has access to the documents in your Zettelkasten. It will index your markdown documents, and in your chat session it may choose to query your content, retrieve excerpts, read entire documents, and generate responses based on the content in your Zettelkasten.

For "AI" it communicates with a local running instance of Ollama. Ollama must be installed and running for zkchat to function.

Features

  • Command-line interface for quick access
  • Graphical user interface for a more user-friendly experience
  • RAG queries across your document base
  • Interactive chat with context from your Zettelkasten
  • Configurable LLM model selection
  • Easy Zettelkasten folder configuration

Tools

The chat interface provides access to several tools that enhance its capabilities:

  • Document Search Tools

    • Find Documents: Locates relevant documents in your Zettelkasten based on your query
    • Find Excerpts: Retrieves specific passages from your documents that match your search criteria
    • Read Document: Accesses the full content of a specific document in your Zettelkasten
    • Write Document: Creates or updates documents in your Zettelkasten (requires --unsafe flag)
  • Smart Memory Tools

    • Store Information: Saves important facts and context from conversations for future reference
    • Retrieve Information: Recalls previously stored information to provide more personalized responses
  • Available Tool Plugins

    • zk-rag-wikipedia: A plugin for looking up information on Wikipedia and creating documents from the results

Requirements

You must have ollama installed and running.

You must have a local knowledgebase / zettelkasten with content in markdown format. I use Obsidian, because I favour working locally, and I favour using the markdown format for notes - because everything's local, and in plain text, I can simply point this tool at a Vault folder.

Workstation setup

Right now, while this tool should run on Windows, we've only written instructions for Mac.

I recommend you setting up a local virtual Python environment, to keep it clean, but you can install it globally.

Setting up a local environment, and activating it (recommended):

cd $HOME
python3 -mvenv .venv
source .venv/bin/activate

Installing the zk-rag module from PyPi:

pip install zk-rag

Optionally install tool plugins from PyPi:

pip install zk-rag-wikipedia

Setting up Ollama and installing a local model:

brew install ollama
ollama pull qwen2.5:14b

Usage

Command-line Interface

Run zkchat to start the command-line interface.

Command-line options:

  • --model [model_name]: Change the LLM model to use for chat
    • With model name: zkchat --model llama2 - configure to use specified model
    • Without model name: zkchat --model - interactively select from available models
  • --reindex: Reindex the Zettelkasten vault, will attempt to do so incrementally
  • --full: Force full reindex (only used with --reindex)
  • --unsafe: Enable operations that can write to your Zettelkasten. This flag is required for using tools that modify your Zettelkasten content, such as the Write Document tool. Use with caution as it allows the AI to make changes to your files.
  • --reset-memory: Clear the smart memory storage

Smart Memory

The tool includes a Smart Memory mechanism that allows the AI to store and retrieve information during conversations. This memory:

  • Persists between chat sessions
  • Uses vector embeddings for semantic similarity search
  • Enables the AI to recall previous context and information
  • Can be cleared using the --reset-memory CLI option

Graphical Interface (Experimental)

The GUI is experimental and may not work as expected. It is provided as a preview feature only.

Run zkchat-gui to start the graphical interface. The GUI provides:

  • A multi-line chat input for composing messages
  • A scrollable chat history showing the entire conversation
  • A resizable divider between chat history and input areas
  • Settings menu (accessible via Settings -> Configure...) for:
    • Selecting the LLM model from available Ollama models
    • Configuring the Zettelkasten folder location
  • Asynchronous chat responses that keep the interface responsive

When first run, both zkchat and zkchat-gui will prompt for initial configuration. You will need to provide:

  • The path to your root Zettelkasten / Obsidian vault folder
  • The LLM model you want to use from your Ollama installation

In the command-line interface, you'll be prompted for this information directly. In the GUI, you can configure these settings through the Settings menu. After initial configuration, the tool will start a full index build of your Zettelkasten.

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

zk_rag-1.5.0.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

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

zk_rag-1.5.0-py3-none-any.whl (33.4 kB view details)

Uploaded Python 3

File details

Details for the file zk_rag-1.5.0.tar.gz.

File metadata

  • Download URL: zk_rag-1.5.0.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for zk_rag-1.5.0.tar.gz
Algorithm Hash digest
SHA256 3528ae1fd3f3a7c00076bb309eca0677539aa35fe0a9a0cac77887f0d7de06c4
MD5 3e60eb950ee6db69434f4dd5b39db3da
BLAKE2b-256 255fbe43ad80d3c403e8dbdeb06154abfd682d16757bc65074019ada91ff8924

See more details on using hashes here.

Provenance

The following attestation bundles were made for zk_rag-1.5.0.tar.gz:

Publisher: python-publish.yml on svetzal/zk-rag

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zk_rag-1.5.0-py3-none-any.whl.

File metadata

  • Download URL: zk_rag-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for zk_rag-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 86badc4f2abcdc18fc8fc029383d2a14dc514507a973c127957076af16995bca
MD5 a9e13e8b2ff021a966a411c9ea7b7645
BLAKE2b-256 dce0b56aaa414e81634379052d64cbb162426fededf5cd8d844484a046407a25

See more details on using hashes here.

Provenance

The following attestation bundles were made for zk_rag-1.5.0-py3-none-any.whl:

Publisher: python-publish.yml on svetzal/zk-rag

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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