A simple UI for Chroma database.
Using Ruby with Sinatra and Chroma Ruby Client.
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
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.