Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T19:42:12.000Z (12 months ago)
- Last Synced: 2024-08-13T07:07:50.835Z (3 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
README
# 👑🦜 LangChain Zero-to-Hero
Learn the complete LangChain tech stack in 1 project.[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyTests](https://github.com/Cutwell/zero-step-ml/actions/workflows/pytest-with-poetry.yaml/badge.svg)
![Pre-commit](https://github.com/Cutwell/zero-step-ml/actions/workflows/pre-commit.yaml/badge.svg)## 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