https://github.com/Cutwell/langchain-zero-to-hero
👑🦜 Learn the complete LangChain tech stack with this follow-along tutorial series.
https://github.com/Cutwell/langchain-zero-to-hero
langchain langserve tutorial
Last synced: 4 months ago
JSON representation
👑🦜 Learn the complete LangChain tech stack with this follow-along tutorial series.
- Host: GitHub
- URL: https://github.com/Cutwell/langchain-zero-to-hero
- Owner: Cutwell
- License: mit
- Created: 2023-11-02T16:37:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T19:42:12.000Z (over 1 year ago)
- Last Synced: 2024-11-26T08:39:15.810Z (5 months ago)
- Topics: langchain, langserve, tutorial
- Language: Python
- Homepage: https://www.youtube.com/playlist?list=PLrHDkgxEs6hu3MysTpWv5pl357_r4hGcu
- Size: 103 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Cutwell/langchain-zero-to-hero - 👑🦜 Learn the complete LangChain tech stack with this follow-along tutorial series. (Python)
README
# 👑🦜 LangChain Zero-to-Hero
Learn the complete LangChain tech stack in 1 project.[](https://opensource.org/licenses/MIT)

## Install dependencies
If using poetry:
```bash
poetry install
```If using vanilla pip:
```bash
pip install .
```## Usage
To run unit tests:
```bash
make test
```## Contributing
For information on how to set up your dev environment and contribute, see [here](.github/CONTRIBUTING.md).
## License
MIT