mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 17:53:37 +00:00
docs[patch]: Hide OllamaFunctions now that Ollama supports tool calling (#24523)
This commit is contained in:
parent
2c6b9e8771
commit
3c4652c906
@ -6,6 +6,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"---\n",
|
"---\n",
|
||||||
"sidebar_label: Ollama Functions\n",
|
"sidebar_label: Ollama Functions\n",
|
||||||
|
"sidebar_class_name: hidden\n",
|
||||||
"---"
|
"---"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -15,16 +16,16 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# OllamaFunctions\n",
|
"# OllamaFunctions\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
":::warning\n",
|
||||||
|
"\n",
|
||||||
|
"This was an experimental wrapper that attempts to bolt-on tool calling support to models that do not natively support it. The [primary Ollama integration](/docs/integrations/chat/ollama/) now supports tool calling, and should be used instead.\n",
|
||||||
|
"\n",
|
||||||
|
":::\n",
|
||||||
"This notebook shows how to use an experimental wrapper around Ollama that gives it [tool calling capabilities](https://python.langchain.com/v0.2/docs/concepts/#functiontool-calling).\n",
|
"This notebook shows how to use an experimental wrapper around Ollama that gives it [tool calling capabilities](https://python.langchain.com/v0.2/docs/concepts/#functiontool-calling).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Note that more powerful and capable models will perform better with complex schema and/or multiple functions. The examples below use llama3 and phi3 models.\n",
|
"Note that more powerful and capable models will perform better with complex schema and/or multiple functions. The examples below use llama3 and phi3 models.\n",
|
||||||
"For a complete list of supported models and model variants, see the [Ollama model library](https://ollama.ai/library).\n",
|
"For a complete list of supported models and model variants, see the [Ollama model library](https://ollama.ai/library).\n",
|
||||||
"\n",
|
"\n",
|
||||||
":::warning\n",
|
|
||||||
"\n",
|
|
||||||
"This is an experimental wrapper that attempts to bolt-on tool calling support to models that do not natively support it. Use with caution.\n",
|
|
||||||
"\n",
|
|
||||||
":::\n",
|
|
||||||
"## Overview\n",
|
"## Overview\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### Integration details\n",
|
"### Integration details\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user