-
Notifications
You must be signed in to change notification settings - Fork 18
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
window.ai.rag #16
Comments
Hi! It looks like you're making new API proposals, instead of commenting on the existing proposal. The best place to do that is https://github.com/WICG/proposals/, not another related proposal's repository. Alternately, if you think there's something in the existing proposal that isn't serving your use case, it would be good to open an issue to explain your use case, without reference to any proposed solution or API surface. You should talk about what type of web application you are trying to build, why the current proposal is not sufficient for it, and what alternatives you could use instead. The result might end up best in this repository, if it's specifically about a deficit in the built-in AI proposal here, or in https://github.com/WICG/proposals/, if it's just somewhat related by virtue of being about AI. https://whatwg.org/faq#adding-new-features is generally good guidance for this, and recommended reading. |
Sorry, I mistakenly associated this repo with I have created a new issue in WICG proposals. |
Connecting the dots here: WICG/proposals#158. |
The
window.ai.rag
API enables web applications to perform Retrieval-Augmented Generation (RAG) directly in the browser. RAG combines the power of large language models with the ability to retrieve and incorporate relevant information from a knowledge base.This API is particularly useful for:
By implementing RAG in the browser, applications can:
API:
The text was updated successfully, but these errors were encountered: