-
Beta Was this translation helpful? Give feedback.
Answered by
Jaredude
Jan 3, 2024
Replies: 1 comment 4 replies
-
What does your prompt look like on the Conversation Retrieval Chain? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default setup with Render doesn't have a disk. If you added a persistent disk, then the path ENVs all need to be changed
If you use your own hosted server, then that will solve your persistent disk issue.
Another option that's better for a production ready environment would be to set the ENV values to connect it to a Postgre DB (or MySQL).
I have not tried using a folder for doc loading at this point, so I cannot speak to any issues related to that. But as far as flow, credentials, etc. persistence, using a server with a persistent drive or also using Postgres ENV values has solved the issue for me on multiple configurations.