mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Fix typos in docs/docs/use_cases/tagging.ipynb (#11712)
funtion -> function
This commit is contained in:
parent
ac73154005
commit
f386ac3bef
@ -292,7 +292,7 @@
|
|||||||
"The [LangSmith trace](https://smith.langchain.com/public/311e663a-bbe8-4053-843e-5735055c032d/r) lets us peek under the hood:\n",
|
"The [LangSmith trace](https://smith.langchain.com/public/311e663a-bbe8-4053-843e-5735055c032d/r) lets us peek under the hood:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* As with [extraction](/docs/use_cases/extraction), we call the `information_extraction` function [here](https://github.com/langchain-ai/langchain/blob/269f85b7b7ffd74b38cd422d4164fc033388c3d0/libs/langchain/langchain/chains/openai_functions/extraction.py#L20) on the input string.\n",
|
"* As with [extraction](/docs/use_cases/extraction), we call the `information_extraction` function [here](https://github.com/langchain-ai/langchain/blob/269f85b7b7ffd74b38cd422d4164fc033388c3d0/libs/langchain/langchain/chains/openai_functions/extraction.py#L20) on the input string.\n",
|
||||||
"* This OpenAI funtion extraction information based upon the provided schema.\n",
|
"* This OpenAI function extraction information based upon the provided schema.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"![Image description](/img/tagging_trace.png)"
|
"![Image description](/img/tagging_trace.png)"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user