Setup for local embedder
- Install
docker
,docker compose
and clone the repo:git clone https://github.com/cheshire-cat-ai/local-embedder.git
- Copy the .env.example and set the params:
cp .env.example .env && nano .env
- Build the container
docker-compose build
- Start up the container
docker-compose up