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
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Ollama classes (like Chat and Embedding), should have an option to load the model, potentially accepting the model id as parameter.
Motivation
In code I'm using LangChain for every model related query, but I need to explicitly call requests when loading the model in advanced, which is not ideal, especially since the backbone for doing it is already in langchain
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
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Ollama classes (like Chat and Embedding), should have an option to load the model, potentially accepting the model id as parameter.
Motivation
In code I'm using LangChain for every model related query, but I need to explicitly call requests when loading the model in advanced, which is not ideal, especially since the backbone for doing it is already in langchain
Proposal (If applicable)
I drafted a PR for that: #24387
Beta Was this translation helpful? Give feedback.
All reactions