Replies: 1 comment
-
Closing this discussion, once I got my connection string configured correctly between cloudrun and cloudsql, was able to run the whole thing just fine! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tl;dr:
any guidance on how to deploy a haystack rag pipeline (pgvector) to gcp cloudrun? running a flask app locally where i am able to successfully run indexing/inference pipelines, but struggling to do so via my cloudrun service.
hypothesis
while this may not be a haystack-related problem i am facing, it is worth asking whether this has been tried before and what the best practice is.
the error i am seeing in my cloudrun service logs are as follows:
there are a number of others, but this seems the like culprit.
wondering how this relates to the
PG_CONN_STRING
which haystack pgvector requires, versus what I am supplying (I am supplying bothPG_CONN_STRING
and the connection information that you can see in the tutorial I provided earlier).any input on the topic is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions