https://github.com/googtech/langchain-tutorials
🦜⛓️ langchain tutorials of v0.3 : https://python.langchain.com/docs/tutorials/
https://github.com/googtech/langchain-tutorials
langchain langchain-python tutorials v3
Last synced: 6 months ago
JSON representation
🦜⛓️ langchain tutorials of v0.3 : https://python.langchain.com/docs/tutorials/
- Host: GitHub
- URL: https://github.com/googtech/langchain-tutorials
- Owner: GoogTech
- Created: 2025-02-11T14:48:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-19T15:57:29.000Z (about 1 year ago)
- Last Synced: 2025-02-19T16:42:32.372Z (about 1 year ago)
- Topics: langchain, langchain-python, tutorials, v3
- Language: Jupyter Notebook
- Homepage: https://python.langchain.com/docs/tutorials/
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# langchain-tutorials
🦜⛓️ langchain tutorials of `v0.3` : https://python.langchain.com/docs/tutorials/
It would be best for you to learn the basic knowledge about the LangGraph framework first.
Project : Build a chatbot that incorporates memory.
Project : Build an agent that interacts with external tools.
## Retrieval Augmented Generation (RAG) Part 1
Project : Build an application that uses your own documents to inform its responses.
## Retrieval Augmented Generation (RAG) Part 2
Project : Build a RAG application that incorporates a memory of its user interactions and multi-step retrieval.