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
> 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.
2
5
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