diff --git a/.env-example b/.env-example index 54f98d0..25f846f 100644 --- a/.env-example +++ b/.env-example @@ -1,9 +1,9 @@ # DATABASE DB_NAME=vector_test DB_USER=postgres -DB_PASSWORD=postgres +DB_PASSWORD=password DB_HOST=localhost -DB_PORT=5432 +DB_PORT=15432 # MODEl AIDB_MODEL_NAME=all-MiniLM-L6-v2