Analysis updated 2026-07-09 · repo last pushed 2024-06-08
Inspect which documents are stored in your Chroma vector database for a chatbot.
Check for duplicate records in your embedding collections.
Browse and verify how your AI data is organized without writing code.
Securely connect to a protected Chroma database and view its contents.
| yankeeinlondon/chromadb-admin | 0xhassaan/nn-from-scratch | 0xzgbot/hermes-comfyui-skills | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | — | Python | — |
| Last pushed | 2024-06-08 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | developer | developer | designer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Chroma database to connect to, otherwise straightforward via npm or Docker.
Chromadb Admin gives you a visual dashboard for browsing and managing a Chroma embedding database. If you are working with Chroma (a popular open-source database for storing text embeddings used in AI applications), this tool lets you inspect collections, view records, and manage your data through a web browser instead of writing code. The interface runs as a web application you access through your browser. You start it up locally, connect it to your Chroma database, and then use the dashboard to see what is inside. The project supports authentication, so you can securely connect to protected databases. Running it is straightforward: you can launch it with standard JavaScript package managers or spin it up in a Docker container with a single command. This tool is for developers, data scientists, or technical PMs who are building AI features and need a quick way to look inside their vector database. For example, if you are building a customer-support chatbot that retrieves relevant documents, you might use this to verify which documents are stored, check for duplicates, or see how your data is organized. It takes the guesswork out of working with embeddings by showing you the contents in a readable format. It is worth noting that this is a community-built project, not an official product from the Chroma team. It is open-source under the MIT license, meaning you can use and modify it freely for your own projects. The README is sparse on feature details, so you may need to run it yourself to see the full range of capabilities.
A web-based dashboard for browsing and managing a Chroma vector database, letting you inspect collections and records without writing code.
Dormant — no commits in 2+ years (last push 2024-06-08).
Use and modify freely for any purpose, including commercial projects, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.