Compare text embedding models from Google, OpenAI, and Cohere.
- Run a local version of chroma with Docker
git clone https://github.com/chroma-core/chroma.git
cd chroma
docker-compose up -d --build
- copy .env variables from .env.example
cp .env.example .env
- Run app
npm run dev
- Visit localhost:3000