-
Notifications
You must be signed in to change notification settings - Fork 179
Rag poc #1666
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
base: dev
Are you sure you want to change the base?
Rag poc #1666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @PoojasreeDwarakanath thanks so much for opening up this PR. I'll give it a review this week! In the meantime, since this is your first contribution to this codebase, can you check out our CLA here: https://github.com/mito-ds/monorepo/blob/dev/CLA.md If you agree, just hit me back with "I have read the CLA Document and I hereby sign the CLA" |
Description
This change adds RAG functionality to mito-ai's chat completion. Based on the chat prompt, a query is formulated and google search is performed. Information from this search is passed as additional context to the LLM, thereby enabling it to incorporate real-time data into its answers.
Mito.chat.completion.with.RAG.mp4
Testing
Please provide a list of the ways you can "access" or use the functionality. Please try and be exhaustive here, and make sure that you test everything you list.
Note