Skip to content

Admin UI for Chroma embedding database built with Next.js

License

Notifications You must be signed in to change notification settings

web-tech-tw/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

Run

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

and visit https://localhost:3000⁠ 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 3000:3000 chromadb-admin

Note

This is NOT an official Chroma project.

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

About

Admin UI for Chroma embedding database built with Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 87.8%
  • Python 5.2%
  • JavaScript 4.5%
  • Dockerfile 1.3%
  • Other 1.2%