-
Notifications
You must be signed in to change notification settings - Fork 509
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(plus): add AI Help frontend #9116
Conversation
Co-authored-by: Leo McArdle <lmcardle@mozilla.com>
This pull request has merge conflicts that must be resolved before it can be merged. |
Instead, append to the last message.
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.
lgtm, just one question:
@@ -361,6 +361,14 @@ jobs: | |||
wait $pid | |||
done | |||
|
|||
- name: Update AI Help index |
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.
Should this be in the prod yaml as well?
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.
No, we currently have a single Supabase project, and we can split it up later.
This reverts commit c7407bd.
Summary
Same as #9098, which got merged accidentally.
(MP-425)
Problem
Users with questions need to find relevant pages and determine the answer themselves.
Solution
Add a ChatGPT-like frontend to ask questions, which are answered by GPT-3.5 using MDN content.
Screenshots
How did you test this change?
Ran latest mdn/rumba, then
yarn && yarn dev
in this branch and opened http://localhost:3000/en-US/plus/ai-help/ locally.