Skip to content

Commit

Permalink
docs: Fix the broken link to Extraction page (#14806)
Browse files Browse the repository at this point in the history
**Description:** fixing a broken link to the extraction doc page
  • Loading branch information
peterj authored Dec 18, 2023
1 parent 462321f commit 2e6a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/chains/how_to/openai_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
"## Other Chains using OpenAI functions\n",
"\n",
"There are a number of more specific chains that use OpenAI functions.\n",
"- [Extraction](/docs/modules/chains/additional/extraction): very similar to structured output chain, intended for information/entity extraction specifically.\n",
"- [Extraction](/docs/use_cases/extraction): very similar to structured output chain, intended for information/entity extraction specifically.\n",
"- [Tagging](/docs/use_cases/tagging): tag inputs.\n",
"- [OpenAPI](/docs/use_cases/apis/openapi_openai): take an OpenAPI spec and create + execute valid requests against the API, using OpenAI functions under the hood.\n",
"- [QA with citations](/docs/use_cases/question_answering/qa_citations): use OpenAI functions ability to extract citations from text."
Expand Down

0 comments on commit 2e6a9e6

Please sign in to comment.