adding RAGAS in example folder #33779
Replies: 4 comments
-
|
Hey @bandish1304 - thanks for expressing your interest in contributing. The way I see it, the more examples, the better! Would love to see what you come up with. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @cmpadden - Thanks for the encouragement! I’ll put together a RAGAS evaluation pipeline example and share a draft PR soon for feedback |
Beta Was this translation helpful? Give feedback.
-
|
I think this would be valuable if the example is framed around orchestration and evidence, not just calling RAGAS inside a script. What would make it feel Dagster-native:
That would make it different from a normal RAG demo. The important lesson is not simply "run RAGAS"; it is that RAG quality should become a repeatable pipeline artifact with lineage, thresholds, and release decisions. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @musaabhasan , This is extremely helpful feedback, I really like the idea of framing the example around orchestration, asset checks, and regression tracking rather than just wrapping a RAGAS script in Dagster. I’ll keep the scope focused on making RAG evaluation a repeatable Dagster-native pipeline artifact with metadata, thresholds, and local reproducibility. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to contribute a RAGAS evaluation pipeline example in example section. I am aware that the example section already have RAG pipeline + pincone but this is different.
Dagster's existing RAG + Pinecone example does:
Ingest documents → embed them → store in Pinecone → answer questions
It's about building the retrieval pipeline
A RAGAS evaluation pipeline will do:
It's about measuring how good the RAG pipeline actually is
For example, Dagster's existing example builds the car. RAGAS tells you whether the car actually drives well.
Is this something the team would welcome?
Beta Was this translation helpful? Give feedback.
All reactions