-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feat/onboarding bot #18
Feat/onboarding bot #18
Conversation
Some QA: ubq-testing/ask-plugin#2 Keep in mind that my DB only has embeddings for readmes but this current approach is using #16 with sshivaditya2019's original DB function with the Once the DB starts to scale the signal to noise will drop and so I intend on implementing a couple of additional search functions.
type Metadata = {
repoNodeId: string;
issueNodeId: string;
authorAssociation: string;
} Then we create a similar search fn which indexes based on those which allows us to easily restrict the scope we search for embedding context based on:
scenario:
classify >
classify > Like shiv said about context distillation, we used to have the Idk if it's overkill but we do have the entire convo history so we could fetch embeddings based on conversational context fetched prior to truncating, if we aren't already Supabase premium I think we'll for sure have to shortly lol. |
Resolves #17
Requires #16