Skip to content

Setup Dev Enviroment (aditional steps for NG23)

Darren Siegel edited this page Oct 20, 2023 · 6 revisions

Native method

  1. Install pgvector extension as explained here or simply upgrade to PostGres 16 (which has pgvector already installed)
  2. Provide OPEN AI api keys in oli.env (they are needed for the DOT Bot). You will have to re-run source oli.env before running the server.

Docker compose method

Docker compose now uses the ankane/pgvector postgres image so pgvector is included by default.

  1. Simply start the docker compose postgres service.
docker compose up -d postgres
  1. Provide OPEN AI api keys, explained above