Skip to content

Commit

Permalink
Fix pgvector db url
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 4, 2024
1 parent c8593c6 commit dd6147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nesis/rag/settings-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vectorstore:
database: pgvector

pgvector:
url: ${NESIS_API_DATABASE_URL:postgresql://postgres:password@localhost:65432/nesis}
url: ${NESIS_RAG_PGVECTOR_URL:postgresql://postgres:password@localhost:65432/nesis}
table: embeddings
dimensions: 384 #pg_vector dimensions
# dimensions: 1536 #openai dimensions
Expand Down

0 comments on commit dd6147f

Please sign in to comment.