Skip to content

use postgres as backend store#1

Open
jslecointre wants to merge 1 commit intomainfrom
fix-backend-uri
Open

use postgres as backend store#1
jslecointre wants to merge 1 commit intomainfrom
fix-backend-uri

Conversation

@jslecointre
Copy link
Copy Markdown
Collaborator

fix(postgres): use postgres for backend store

@mtykhenko
Copy link
Copy Markdown
Owner

@jslecointre I don't think we need this change. We manage this via ENV variable (please check docker-compose in our RAG modulo repo)
BACKEND_STORE_URI: "postgresql+psycopg2://${COLLECTIONDB_USER}:${COLLECTIONDB_PASS}@postgres:5432/${COLLECTIONDB_NAME}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants