https://github.com/rijalghodi/learn-langchain-from-scratch
Learn langchain from scrach
https://github.com/rijalghodi/learn-langchain-from-scratch
agent ai-model crash-course langchain llm prompt-engineering rag tutorial
Last synced: about 1 month ago
JSON representation
Learn langchain from scrach
- Host: GitHub
- URL: https://github.com/rijalghodi/learn-langchain-from-scratch
- Owner: rijalghodi
- Created: 2024-08-12T15:48:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T09:59:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T12:44:33.316Z (over 1 year ago)
- Topics: agent, ai-model, crash-course, langchain, llm, prompt-engineering, rag, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn LangChain from Scratch
## How to Install Packages
This tutorial uses `poetry` as the package manager. You need to install `poetry` first. Refer to [this guide](https://python-poetry.org/docs/#installation) for installation instructions.
After installing `poetry`, run the following command:
```
poetry install
```
An environment will be created inside the project directory. To activate the environment, run:
```
poetry shell
```
## How to Learn by Project
Each folder within the `/app` directory contains chapters for learning LangChain. You can run the Python scripts directly, or if it's a Jupyter notebook, you can learn within the notebook.