Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 755 Bytes

Chroma DB UI

A simple UI for Chroma database.

Using Ruby with Sinatra and Chroma Ruby Client.

screely-1691280117525-min

Run it locally

Clone the repo and run the following commands:

bundle install

ruby app.rb

To config the database, you can set the following environment variable:

export CHROMA_URL=http://localhost:8000
ruby app.rb

Run local Chroma in the docker

A docker-compose file is provided to run Chroma in a docker container.

docker-compose up chroma

Note: You need to wait for the Chroma to be ready before running the UI.