Skip to content

flanker/chromadb-admin

Repository files navigation

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:3000 in your browser to see the app.

Run with Docker

Build the Docker image:

docker build -t chromaadmin .

Run the Docker container:

docker run -p 3000:3000 chromaadmin

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

Note

This is NOT and official Chroma project.