Skip to content

Commit 1508191

Browse files
authored
added readme for langchain
1 parent acd9d6c commit 1508191

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Langchain/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Langchain Internals
2+
> Langchain as a framework is just text permutation and network calls to LLM APIs. The real magic is the community
3+
> exploring the boundaries of what you can do with LLMs and implementing them back into the project.
4+
> The collective wisdom and creativity of the community is truly special.
25
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+
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.

0 commit comments

Comments
 (0)