AzureOpenAI Assistant - Can't read uploaded files #7828
Replies: 3 comments 1 reply
-
The only thing i've found inside the docker logs that seems to be connected to this issue is the following: |
Beta Was this translation helpful? Give feedback.
-
While doing some more research i've concluded that this is a RAG issue. I've not set that up correctly, but I cannot find any documentation on how to do this for Azure Open Ai, only for regular Open AI. Everything in the .env when it comes to Azure seems deprecated, so I presume a setup for this happens in the librechat.yml, but cannot find a single example of this. Have anyone else solved this? |
Beta Was this translation helpful? Give feedback.
-
Are you sure you're actually using the Azure Assistants you created in Azure? Last I checked it's not supported anymore. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fairly new to Librechat, and setting this up has been a yourney, let me tell you!
My big focus in all this was to get it working with AzureOpenAI instead og regular OpenAI.
I've finally firgured that stuff out, and spun up some models via our Azure pages.
The regular models are working just fine, but i'm having a hard time gettings assistants to be able to read files.
It seems like the files are not stored properly, or that the assistant does not have access to them because of read/write properties.
I'm not sure to be honest.
Can anyone give me some tips. I'm stuck!
I'm running Librechat in Docker via a Digital Ocean server.
I would paste my docker logs, but there ain't much going on there while using the assistant and uploading files.
The best clues i've found was talking to the assistant itself:
It keeps saying this:
`# Let's take a look at the uploaded files to identify the content for review and correction.
msearch()
Let's fetch the list of uploaded files to identify the document provided by the user.
uploaded_files = !ls /mnt/data
uploaded_files`
And than tells me it cannot find the file i've uploaded.
This is my librechat.yml:
If you need additional information, tell me and i'll keep an eye on this discussion to update when needed.
Beta Was this translation helpful? Give feedback.
All reactions