Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 786 Bytes

Using Dagster with OpenAI & LangChain

This directory contains a pipeline leveraging Dagster, OpenAI and LangChain to create a support bot. This pipeline is discussed in our blog post .

For more information about using OpenAI with Dagster, visit our OpenAI integration page.

Getting started

Bootstrap your own Dagster project with this example:

dagster project from-example --name my-dagster-project --example with_openai

To install this example and its Python dependencies, run:

pip install -e ".[dev]"

Once you've done this, you can run:

dagster dev