2025-05-04 00:47:05 +02:00
2025-03-27 21:41:45 +00:00
2025-04-07 15:25:04 +01:00
2025-03-27 21:41:45 +00:00
2025-03-28 12:42:43 +00:00
2025-05-01 18:10:19 +02:00
2025-03-27 21:41:45 +00:00

Dagster IFT RAG 📄

This repository is used to extract all of the necessary IFT data for the Logos RAG such as project blogs and Notion documentation.

Structure 👷

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

How to run locally 🧰

To see the all dagster commands click here.

pip install -r requirements.txt
dagster dev
S
Description
No description provided
Readme
279 KiB
Languages
Python 100%