This repository is used to extract all of the necessary IFT data for the Logos RAG such as project blogs and Notion documentation.
Structured has been borrowed from Dagster University.
βββ Dagster-Template
βββ βββ ift_rag
β βββ assets
β βββ configs
β βββ jobs
β βββ partitions
β βββ resources
β βββ schedules
β βββ resources
β βββ sensors
βββ βββ ift_rag_tests
βββ βββ pyproject.toml
βββ βββ setup.cfg
βββ βββ .gitignore
βββ
To get the default Dagster project structure run:
dagster project scaffold --name your_name_here
To see the all dagster commands click here.
pip install -r requirements.txt
dagster dev