Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Mar 5, 2024
1 parent a8ec227 commit 7a0fbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/use_cases/extraction/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"\n",
"## Quickstart\n",
"\n",
"Head to the quickstart to see how to extract information using LLMs using a basic end-to-end example.\n",
"Head to the [quickstart](/docs/use_cases/extraction/quickstart) to see how to extract information using LLMs using a basic end-to-end example.\n",
"\n",
"The quickstart focuses on information extraction using the **tool/function calling** approach.\n",
"\n",
"\n",
"## How to\n",
"\n",
"- [Improvie Performance](/docs/use_cases/extraction/how_to/examples): Learn how to use **reference examples** to improve performance.\n",
"- [Use Reference Examples](/docs/use_cases/extraction/how_to/examples): Learn how to use **reference examples** to improve performance.\n",
"- [Handle Long Text](/docs/use_cases/extraction/how_to/handle_long_text): What should you do if the text does not fit into the context window of the LLM?\n",
"- [Handle Files](/docs/use_cases/extraction/how_to/handle_files): Examples of using LangChain document loaders and parsers to extract from files like PDFs.\n",
"- [Use a Parsing Approach](/docs/use_cases/extraction/how_to/parse): Use a prompt based approach to extract with models that do not support **tool/function calling**.\n",
Expand Down

0 comments on commit 7a0fbba

Please sign in to comment.