This is a demo of the Chroma Embeddings Database API. It uses the Chroma Embeddings NodeJS SDK and the OpenAI embeddings model.
git clone git@github.com:michaelheckmann/chroma-embeddings-demo.git
git clone git@github.com:chroma-core/chroma.git
npm install
cp .env.example .env
cd chroma
docker-compose up -d --build
npm start