From 26b2ad6d5b708176f73d4797099d66c4265036db Mon Sep 17 00:00:00 2001 From: dudgeon Date: Tue, 23 Jan 2024 19:50:13 -0500 Subject: [PATCH] Fixed typo on quickstart.ipynb (#16482) - **Description:** Quick typo fix: `inpect` >> `inspect` - **Issue:** N/A - **Dependencies:** any dependencies required for this change, - **Twitter handle:** @geoffdudgeon --- docs/docs/use_cases/sql/quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/sql/quickstart.ipynb b/docs/docs/use_cases/sql/quickstart.ipynb index 490700a4519..4a0ee60f3ed 100644 --- a/docs/docs/use_cases/sql/quickstart.ipynb +++ b/docs/docs/use_cases/sql/quickstart.ipynb @@ -189,7 +189,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We can look at the [LangSmith trace](https://smith.langchain.com/public/c8fa52ea-be46-4829-bde2-52894970b830/r) to get a better understanding of what this chain is doing. We can also inpect the chain directly for its prompts. Looking at the prompt (below), we can see that it is:\n", + "We can look at the [LangSmith trace](https://smith.langchain.com/public/c8fa52ea-be46-4829-bde2-52894970b830/r) to get a better understanding of what this chain is doing. We can also inspect the chain directly for its prompts. Looking at the prompt (below), we can see that it is:\n", "\n", "* Dialect-specific. In this case it references SQLite explicitly.\n", "* Has definitions for all the available tables.\n",