mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
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:
parent
68b3a34b03
commit
63de7e4930
5 changed files with 39 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue