Skip to content

airbytehq/dagster-langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbyte - Dagster - Langchain demo

To run, you need python 3 and docker installed:

  • Start Airbyte locally
  • Set up connection
  • Install requirements via pip install -r requirements.txt
  • Run dagster dev -f ingest.py to start the ingest pipeline
  • Go to http://127.0.0.1:3000/asset-groups to see the Dagster UI and materialize all steps
  • Run EXPORT OPENAI_API_KEY={YOUR_API_KEY}; python query.py to start the QA interface
  • Ask questions: "How much is a Volkswagen?"

About

POC integration Airbyte+Dagster+Langchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages