Skip to main content

Interactive CLI for ChromaDB administration

Project description

Chroma Admin CLI

A powerful, interactive command-line interface (TUI) for ChromaDB administration and data exploration.

✨ Features

  • Interactive TUI: Navigate through collections, inspect chunks, and return to menus continuously using your keyboard arrows.
  • Embedding Previews: Safely preview high-dimensional vectors without flooding your terminal screen.
  • Multi-Tenant Support: Easily switch between different tenants and databases on the fly.
  • Persistent Configuration: Set your host URL and credentials once and forget about them.

🚀 Installation

We recommend using pipx to install the CLI globally in an isolated environment:

  1. Install pipx (if you haven't already):

    • Mac: brew install pipx
    • Windows: python -m pip install --user pipx
    • Linux: sudo apt install pipx (Note: Run pipx ensurepath after installation to register global commands).
  2. Install the CLI: pipx install git+https://github.com/Pedro-Marquardt/chroma-admin-cli.git

🛠️ How to Use

1. Initial Setup

Configure your database host, user, and password. You only need to run this once. chroma-cli config

2. Interactive Exploration

Launch the interactive terminal UI to browse collections, read document texts, and inspect metadata. chroma-cli explore

3. Filtering Chunks by Metadata

Interactively browse only the chunks of a specific collection, optionally filtering by metadata key and value. For example, to filter by a filename:

chroma-cli filter-chunks --collection COLLECTION_NAME --metadata-key filename --metadata-value "myfile.pdf"

You can also specify tenant and database:

chroma-cli filter-chunks --collection COLLECTION_NAME --tenant TENANT_ID --database DATABASE_ID --metadata-key filename --metadata-value "myfile.pdf"

If you omit the metadata filter, all chunks from the collection will be listed for navigation.

4. Using Custom Tenants and Databases

By default, the CLI connects to default_tenant and default_database. If your ChromaDB instance uses custom namespaces, you can pass them as flags: chroma-cli explore --tenant "2a73d61d-a7de-4f06-89c1-4f65e066debe" --database "88a9e3ab-7d12-46b7-9dbd-2a7b126924c5"

To see all available commands and options at any time, run: chroma-cli --help

⚠️ Compatibility & Troubleshooting

This CLI leverages modern ChromaDB API features and is designed to work with ChromaDB Server versions 1.5.x and newer.

Troubleshooting JSON API Errors: If you experience a KeyError: '_type' or sudden crashes when exploring collections, it means your target ChromaDB server is running an outdated, legacy version (such as 0.4.x).

To resolve this, you must upgrade your ChromaDB server container/instance to a modern version (1.5.0 or higher). This CLI does not support connecting to deprecated server versions.

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

chroma_admin_cli-0.2.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

chroma_admin_cli-0.2.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file chroma_admin_cli-0.2.0.tar.gz.

File metadata

  • Download URL: chroma_admin_cli-0.2.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for chroma_admin_cli-0.2.0.tar.gz
Algorithm Hash digest
SHA256 69f6922449190a7eef53a3b049eb755a2dc27a076c06f17d3c5580066e72b490
MD5 b9ed59d2b0b58f22eff36956aebe8c44
BLAKE2b-256 bd6f3c94b7eb3fe960bd2ce02a64e67f67e6a3001aa2dc531388b4b423c0f464

See more details on using hashes here.

File details

Details for the file chroma_admin_cli-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for chroma_admin_cli-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1345db439ae83bee5c01a67cfb3270e21359aec6978a6e18d8e33572ddf426e9
MD5 d28807a48c475173ebd39651d9fbdc7f
BLAKE2b-256 e7800d3c6170754212f74c1e4f23c5b6ed6ecf8714cbe79804ddd553b3f9c5a7

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