feat: unify settings for vector and nodestore connections to PostgreSQL (#1730)

* Unify pgvector and postgres connection settings

* Remove local changes

* Update file pgvector->postgres
This commit is contained in:
Brett England 2024-03-15 04:55:17 -04:00 committed by GitHub
parent 68b3a34b03
commit 63de7e4930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 45 deletions

View file

@ -11,6 +11,7 @@ llm:
embedding:
mode: ollama
embed_dim: 768
ollama:
llm_model: mistral
@ -21,17 +22,7 @@ nodestore:
database: postgres
vectorstore:
database: pgvector
pgvector:
host: localhost
port: 5432
database: postgres
user: postgres
password: admin
embed_dim: 768
schema_name: private_gpt
table_name: embeddings
postgres:
host: localhost