Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 467 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 467 Bytes

embedding-dev

Compare text embedding models from Google, OpenAI, and Cohere.

Getting started

  1. Run a local version of chroma with Docker
git clone https://github.com/chroma-core/chroma.git
cd chroma
docker-compose up -d --build
  1. copy .env variables from .env.example
cp .env.example .env
  1. Run app
npm run dev
  1. Visit localhost:3000