Home
Softono

Chromadb Admin

Open source MIT TypeScript
283
Stars
76
Forks
14
Issues
4
Watchers
9 months
Last Commit

 About Chromadb Admin

Admin UI for Chroma embedding database built with Next.js

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Chromadb Admin?

We provide expert installation service for this software. Our team will install, configure, and secure Chromadb Admin on your server. plans start at just $30.

Chromadb Admin

View on GitHub

Chromadb Admin

Admin UI for the Chroma embedding database, built with Next.js

screely-1696786774071

Links:

Authentication Support

image

Run Locally

First, start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

THen, open http://localhost:3001 in your browser to see the app.

Run with Docker

Run

docker run -p 3001:3001 fengzhichao/chromadb-admin

and visit https://localhost:3001⁠ in the browser.

NOTE: Use http://host.docker.internal:8000 for the connection string if you want to connect to a ChromaDB instance running locally.

Build and Run with Docker locally

Build the Docker image:

docker build -t chromadb-admin .

Run the Docker container:

docker run -p 3001:3001 chromadb-admin

Note

This is NOT an official Chroma project.

This project is licensed under the terms of the MIT license.