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.
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