RAG Error Uploading Vectors #5922
-
I have LibreChat deployed in Azure, but I am unable to make file upload work. It functions for the same values in my local version running with docker. I am using MongoDB Atlas as my vectordb.
The environment variables I have provided both my rag api and my librechat containers, since I wasn't sure if both containers need them:
For the container running libre chat I also set a RAG_API_URL environment variable to EDIT: Looking at the code the error is referencing I think the problem is that the LibreChat container is unable to communicate with my rag api container, is that correct? Are there any environment variables that the rag api container would need which I am missing? The list above are all the env vars I've provided it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue was not prepending the RAG_API_URL with |
Beta Was this translation helpful? Give feedback.
The issue was not prepending the RAG_API_URL with
http://
.