Skip to content

Commit cc89c78

Browse files
authored
Merge pull request #47 from Jakolo121/patch-2
Update LangChain Cookbook Part 1 - Fundamentals.ipynb
2 parents f3591fe + bfa6c9b commit cc89c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LangChain Cookbook Part 1 - Fundamentals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"### **Example Selectors**\n",
493493
"An easy way to select from a series of examples that allow you to dynamic place in-context information into your prompt. Often used when your task is nuanced or you have a large list of examples.\n",
494494
"\n",
495-
"Check out different types of example selectors [here](https://python.langchain.com/en/latest/modules/prompts/example_selectors.html)\n",
495+
"Check out different types of example selectors [here](https://python.langchain.com/docs/modules/model_io/prompts/example_selectors/)\n",
496496
"\n",
497497
"If you want an overview on why examples are important (prompt engineering), check out [this video](https://www.youtube.com/watch?v=dOxUroR57xs)"
498498
]

0 commit comments

Comments
 (0)