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
This is a very strange phenomenon. from langchain_experimental.llms.ollama_functions import OllamaFunctions
can support tool call workarounded, but because ToolMessage is not supported, so Agent (whether it is buildin langgraph) or we do it using langgraph ourselves, do not support.
from langchain_ollama import ChatOllama
does not support Tool Call at all, let alone Agent.
BTW, the Llama-Index works well in this area.
Motivation
Unable to build a local DeepSeek-based Agent using Ollama, hoping for a solution as soon as possible.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
This is a very strange phenomenon.
from langchain_experimental.llms.ollama_functions import OllamaFunctions
can support tool call workarounded, but because ToolMessage is not supported, so Agent (whether it is buildin langgraph) or we do it using langgraph ourselves, do not support.
from langchain_ollama import ChatOllama
does not support Tool Call at all, let alone Agent.
BTW, the Llama-Index works well in this area.
Motivation
Unable to build a local DeepSeek-based Agent using Ollama, hoping for a solution as soon as possible.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions