azure blob storage not working, #7476
Unanswered
kamaldua65
asked this question in
Troubleshooting
Replies: 2 comments 3 replies
-
We are seeing similar issues. Generated Images make it to the Azure Storage, but LibreChat cannot retrieve them as it still thinks they are on the host. Uploaded files are going directly to the host as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not seeing this on my end. In the case of OCR/RAG, the files are actually discarded no matter what the strategy is, as they get transformed then live in MongoDB/PostgresQL respectively: For generated images, you can see it in being referenced from my azure blob storage:Similarly with attached images:It would be helpful to note where this is being seen on the "host" to understand better what is being reported. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have set fileStrategy: "azure_blob" added AZURE_STORAGE_CONNECTION_STRING, AZURE_STORAGE_PUBLIC_ACCESS=true etc.
even tried making blob storage with annonymus access but files are always stored on host. Any advise ( hosting on azure vm with ubuntu)
Beta Was this translation helpful? Give feedback.
All reactions