private-gpt/settings/settings-pgvector.yaml
2024-10-16 11:36:09 +03:00

13 lines
297 B
YAML

nodestore:
database: postgres
vectorstore:
database: postgres
postgres:
host: ${POSTGRES_HOST:localhost}
port: ${POSTGRES_PORT:5432}
database: ${POSTGRES_DB:postgres}
user: ${POSTGRES_USER:postgres}
password: ${POSTGRES_PASSWORD:postgres}
schema_name: ${POSTGRES_SHEMA:postgres}