RAG: no capabilities on (api) versions above 0.7.8 #8336
Unanswered
anunomac
asked this question in
Troubleshooting
Replies: 1 comment 8 replies
-
It works, I use it every day. Make sure |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
So a few weeks ago i deployed an instance of librechat (using docker-compose) and successfully enabled everything i wanted to enable: My models via Azure; WebSearch (using Serper, etc) and RAG capabilities using openai embeddigns via Azure also. This was done with version 0.7.8
Last night i attempted to deploy it again, using the latest librechat version and RAG simply doesnt work.
Dragging a txt, pdf or word file to the window displays the error: "no capabilities to handle that file type":
And using the "upload as text" option just tries to use OCR which is not intended:
there's no mention of OCR on my .env or other yml configs.
Some information about the setup
.env
librechat,yaml
simply added the azureopenai endpoint for each model, let me know if you want more info about this
docker-compose-override.yml
Is just copying the librechat.yaml
How do i know the problem is the version? well i just added the line:
image: ghcr.io/danny-avila/librechat:v0.7.8
to the override and it started accepting files again.
Version Information
ghcr.io/danny-avila/librechat-dev latest 34280f5146b2 2 days ago 1.1GB
ghcr.io/danny-avila/librechat-rag-api-dev latest 10f3c05fd82e 3 days ago 7.87GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 2991e83a1e7b 3 days ago 1.48GB
ghcr.io/danny-avila/librechat latest 3d0aff522ece 6 days ago 1.11GB
ghcr.io/danny-avila/librechat v0.7.8 17cfdb1df083 2 months ago 1.02GB
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
This is how the working override file looks:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions