Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CE 602/rag project implementation #26795

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

C00ldudeNoonan
Copy link
Contributor

Summary & Motivation

Creating a relatively simple use-case of doing a RAG in Dagster. This project attempts to replicate the ask-ai functionality and scrapes the docs site and github issues and discussions, adds them to a pinecone vectordb. Then there is a query asset that takes in some config information in the form of a query and then returns a response in the Dagster UI

How I Tested These Changes

Definitions loaded properly and assets all materialized.

@C00ldudeNoonan C00ldudeNoonan added the area: docs Related to documentation in general label Jan 2, 2025
Copy link
Contributor

@dehume dehume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really cool. I have to do a more detailed review but left some high level suggestions.

Also since there is some overlap with the Pinecone example I was working on. I think it might be better to go forward with this one as our RAG example and I can repurpose mine as an AI fine-tuning example.

@dehume dehume mentioned this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to documentation in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants