You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Langchain/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@
6
6
This is my notes as I'm exploring the LlamaIndex codebase. If you're looking to contribute or interested in understanding more about how Langchain works under the hood I think this would be useful for you too 🙂.
7
7
8
8
### Content
9
-
1.[Prompts](./) - Prompts is langchain's abstraction over the strings you pass into models but it does have some tricks up its sleeve that help you when building Apps.
9
+
1.[Prompts](./prompts.ipynb) - Prompts is langchain's abstraction over the strings you pass into models but it does have some tricks up its sleeve that help you when building Apps.
0 commit comments