File upload impossible since update #8172
Replies: 8 comments 7 replies
-
Mind sharing screenshots and an example Examples |
Beta Was this translation helpful? Give feedback.
-
This is my (redacted) full librechat.yaml:
|
Beta Was this translation helpful? Give feedback.
-
Attached. Do you see anything helpful ?
…On Tue, 1 Jul 2025 at 22:25, Danny Avila ***@***.***> wrote:
what do your logs look like on app startup?
—
Reply to this email directly, view it on GitHub
<#8172 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBEXXSA5EOA3LQNOHOTYT3GLVE3AVCNFSM6AAAAACAR6ZC52VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRTGI4DMNQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I don’t see anything relevant here: 2025-07-01T18:47:56.913Z debug: [spendTokens] No transactions incurred against balance
2025-07-01T18:59:12.309Z warn: The
2025-07-01T18:59:12.778Z info: Configuring social logins... |
Beta Was this translation helpful? Give feedback.
-
My endpoints:
ENDPOINTS=azureOpenAI,azureAssistants
What am I missing ?
…On Wed, 2 Jul 2025 at 16:49, Danny Avila ***@***.***> wrote:
what is the value of your ENDPOINTS env. var?
Not seeing the options means the endpoints query is not returning any
capabilities:
chrome_wh7H59moxW.png (view on web)
<https://github.com/user-attachments/assets/e37de9e6-368e-445b-8115-b5574e541413>
chrome_8eerSJxxYj.png (view on web)
<https://github.com/user-attachments/assets/09e10c39-6869-4630-b959-c484429e198c>
you should inspect the network tab for this route via chrome dev tools (or
a similar browser inspect tool)
—
Reply to this email directly, view it on GitHub
<#8172 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBEXVUXY5FW76NGEFSH4T3GPWOTAVCNFSM6AAAAACAR6ZC52VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRUGIYDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ok so I added "agents, assistants" to .env, and now the options appear. |
Beta Was this translation helpful? Give feedback.
-
Thanks.
Now I’m struggling to get azure mistral ocr working.
I followed the documentation but I get a 404 error, unclear how to fix the
url here, all other azure endpoints and models work..
…On Thu, 3 Jul 2025 at 17:46, Danny Avila ***@***.***> wrote:
Thanks for getting back to me. Indeed that should be changed now that all
the options are streamlined.
—
Reply to this email directly, view it on GitHub
<#8172 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBEXXHQUVCI45N3ZVU2YT3GVF4JAVCNFSM6AAAAACAR6ZC52VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRVGQZDINY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
"Chat with files" was working fine until I updated to latest release.
I had embeddings setup in .env via azure.
As long as the file was OCR, its content would be part of the conversation context.
Since the update, I cannot get the "upload file" or "upload as text" button to appear.
I setup a Mistral OCR as per documation in librechat.yaml, and tried pretty much all settings I found here and elsewhere, but my UI only allows the upload of images.
What is it I am doing wrong, any obvious clue as to what is missing?
I have no error in my logs, RAG seems to be working as far I as I see.. Drag and dropping a pdf in the UI throws an error about capabilities not being enabled but I don't see where to set this.
Thanks for any advice here.
Version Information
ghcr.io/danny-avila/librechat-dev latest 01f82e6dbabb 46 hours ago 1.11GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 6a1dfa1c7fe0 11 days ago 1.47GB
Steps to Reproduce
Setup azure RAG in .env:
#RAG_OPENAI_BASEURL=https://pbmch8303697696.openai.azure.com/
RAG_AZURE_OPENAI_ENDPOINT=https://pbmch8303697696.cognitiveservices.azure.com
#RAG_OPENAI_API_KEY=REDACTED
RAG_AZURE_OPENAI_API_KEY=REDACTED
RAG_AZURE_OPENAI_VERSION=2024-12-01-preview
OPENAI_API_VERSION=2024-12-01-preview
RAG_USE_FULL_CONTEXT=
EMBEDDINGS_PROVIDER=azure
EMBEDDINGS_MODEL=text-embedding-3-small
Setup OCR in librechat.yaml:
OCR Config
ocr:
mistralModel: "mistral-small-2503"
apiKey: "REDACTED"
baseURL: "https://REDACTED.services.ai.azure.com/models/"
strategy: "azure_mistral_ocr"
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions