mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
docs: Fix typo in Build a Retrieval Augmented Generation Part 1 section (#28921)
This PR fixes a typo in [Build a Retrieval Augmented Generation (RAG) App: Part 1](https://python.langchain.com/docs/tutorials/rag/)
This commit is contained in:
parent
7b4d2d5d44
commit
8db2338e96
@ -22,7 +22,7 @@
|
|||||||
"complexity.\n",
|
"complexity.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"If you're already familiar with basic retrieval, you might also be interested in\n",
|
"If you're already familiar with basic retrieval, you might also be interested in\n",
|
||||||
"this [high-level overview of different retrieval techinques](/docs/concepts/retrieval).\n",
|
"this [high-level overview of different retrieval techniques](/docs/concepts/retrieval).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"**Note**: Here we focus on Q&A for unstructured data. If you are interested for RAG over structured data, check out our tutorial on doing [question/answering over SQL data](/docs/tutorials/sql_qa).\n",
|
"**Note**: Here we focus on Q&A for unstructured data. If you are interested for RAG over structured data, check out our tutorial on doing [question/answering over SQL data](/docs/tutorials/sql_qa).\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user