Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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