Skip to content

Commit

Permalink
docs: remove duplicated heading section in rag.ipynb (#5674)
Browse files Browse the repository at this point in the history
Co-authored-by: Brace Sproul <[email protected]>
  • Loading branch information
froggy1014 and bracesproul authored Jun 6, 2024
1 parent e2c6a36 commit 25f2127
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/core_docs/docs/tutorials/rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@
"export LANGCHAIN_API_KEY=\"...\"\n",
"```\n",
"\n",
"## Preview\n",
"\n",
"In this guide we’ll build a QA app over as website. The specific website we will use isthe [LLM Powered Autonomous\n",
"Agents](https://lilianweng.github.io/posts/2023-06-23-agent/) blog post\n",
"by Lilian Weng, which allows us to ask questions about the contents of\n",
"the post.\n",
"\n",
"We can create a simple indexing pipeline and RAG chain to do this in ~20\n",
"lines of code:\n",
"\n",
"```{=mdx}\n",
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
"\n",
Expand Down

0 comments on commit 25f2127

Please sign in to comment.