-
Hi, I have hosted the DocsGPT locally on cloud and its running perfectly, but if its restarted the running pod/container then uploaded documents are also getting removed, if you could tell how can this be avoided, will be great help. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems like the issue is with your container deleting your old data. I would suggest you use a database vectorstore layer not faiss for production as it might cause issues. |
Beta Was this translation helpful? Give feedback.
Seems like the issue is with your container deleting your old data. I would suggest you use a database vectorstore layer not faiss for production as it might cause issues.
Check out our config File as we support different vector databases. And when you deploy your vector db make sure that the instance will not be ephemeral.