https://github.com/rishabkumar7/intro-to-langchain-talk
https://github.com/rishabkumar7/intro-to-langchain-talk
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabkumar7/intro-to-langchain-talk
- Owner: rishabkumar7
- Created: 2024-01-22T14:36:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T19:28:56.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:47:44.962Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to LangChain
## What is LangChain?
LangChain is a framework for developing applications powered by language models. It enables applications that:
Are context-aware: connect a language model to sources of context (prompt instructions, few shot examples, content to ground its response in, etc.)
Reason: rely on a language model to reason (about how to answer based on provided context, what actions to take, etc.)
## About this talk
I am Rishab Kumar, a Staff Developer Evangelist at Twilio and I have given this talk at few conferences. There is a live coding aspect to the talk, the code for both projects that we build during the talk can be found in `pets-name` and `youtube-assistant`.
I talk about what is LangChain? And what are some of the core concepts within LangChain, then we try to build our AI/LLM powered app with the LangChain framework.
## Demo
I have a freeCodeCamp course on LangChain that is very similar to this talk.
[](https://www.youtube.com/watch?v=lG7Uxts9SXs)
## Author
Twitter: [@rishabincloud](https://x.com/rishabincloud)
GitHub: [@rishabkumar7](https://github.com/rishabkumar7)