Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 451 Bytes

Local-Embedder

Setup for local embedder

Quickstart

  1. Install docker, docker compose and clone the repo:
    git clone https://github.com/valentimarco/Local-Embedder.git
  2. Copy the .env.example and set the params:
    cp .env.example .env && nano .env
  3. Start up the container
    docker-compose up