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:
Manuel Riezebosch
2023-11-27 21:56:15 +01:00
committed by GitHub
parent ba62ff89cc
commit 92b07ecaf3

View File

@@ -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",