You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I'm using LiteLLM as a centralized hub for my third party chat services configuration. At the moment I use it with Anthropic and OpenAI for chat based models.
Sometimes I want to be able to attach PDF files and ask GPT or Claude to explain those files. However, this isn't working at the moment.
It looks like a feature called "embeddings" is used when you attach PDF files. I don't know a lot about them, but I tried to set things up the best I could. On the LiteLLM side, I added a model for embeddings:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At the moment I'm using LiteLLM as a centralized hub for my third party chat services configuration. At the moment I use it with Anthropic and OpenAI for chat based models.
Sometimes I want to be able to attach PDF files and ask GPT or Claude to explain those files. However, this isn't working at the moment.
It looks like a feature called "embeddings" is used when you attach PDF files. I don't know a lot about them, but I tried to set things up the best I could. On the LiteLLM side, I added a model for embeddings:
And in LibreChat, I set these in
.env
:And I have the following in my
librechat.yaml
:At this point I:
docker compose logs -f api rag_api
below.What am I doing wrong? How do I set this up correctly?
Beta Was this translation helpful? Give feedback.
All reactions