Skip to content

flanker/chroma-db-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.