mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
DOCS: fix link to question answering (#13806)
first link in [overview](https://python.langchain.com/docs/use_cases/question_answering/code_understanding#overview)
This commit is contained in:
parent
ba62ff89cc
commit
92b07ecaf3
@ -28,7 +28,7 @@
|
||||
"\n",
|
||||
"## Overview\n",
|
||||
"\n",
|
||||
"The pipeline for QA over code follows [the steps we do for document question answering](/docs/docs/use_cases/question_answering), with some differences:\n",
|
||||
"The pipeline for QA over code follows [the steps we do for document question answering](/docs/use_cases/question_answering), with some differences:\n",
|
||||
"\n",
|
||||
"In particular, we can employ a [splitting strategy](https://python.langchain.com/docs/integrations/document_loaders/source_code) that does a few things:\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user