Discover and explore top open-source AI tools and projects—updated daily.
flankerWeb interface for Chroma embedding database management
Top 97.2% on SourcePulse
Summary
This project provides a dedicated administrative user interface for the Chroma embedding database, built using the Next.js framework. It is designed for developers, data scientists, and operations personnel who manage Chroma instances, offering a visual and interactive way to monitor, query, and manage embeddings and collections. The primary benefit is simplifying database administration tasks that would otherwise require direct CLI interaction or custom scripting.
How It Works
The application is a client-side interface built with Next.js, which communicates with a running ChromaDB backend. It employs standard web technologies to render dashboards, collection views, and query interfaces. The design prioritizes ease of use, allowing users to perform common administrative operations like adding, deleting, and searching embeddings, as well as managing collections, directly through a web browser.
Quick Start & Requirements
npm run dev (or yarn dev, pnpm dev, bun dev).docker run -p 3001:3001 fengzhichao/chromadb-admin. Access at http://localhost:3001.docker build -t chromadb-admin . then docker run -p 3001:3001 chromadb-admin.http://host.docker.internal:8000 as the connection string.Highlighted Details
Maintenance & Community
The provided README does not contain specific details regarding notable contributors, community support channels (such as Discord or Slack), or a public roadmap for the project's future development.
Licensing & Compatibility
Limitations & Caveats
1 month ago
Inactive
yue
ag-grid