-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
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.