Skip to content
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

Merged
merged 216 commits into from
Jun 27, 2023
Merged

feat(plus): add AI Help frontend #9116

merged 216 commits into from
Jun 27, 2023

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jun 19, 2023

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

image image

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.

Co-authored-by: Leo McArdle <lmcardle@mozilla.com>
@github-actions github-actions bot added the merge conflicts 🚧 Please rebase onto or merge the latest main. label Jun 22, 2023
@github-actions
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot removed the merge conflicts 🚧 Please rebase onto or merge the latest main. label Jun 22, 2023
@caugner caugner temporarily deployed to stage June 22, 2023 16:06 — with GitHub Actions Inactive
@caugner caugner temporarily deployed to stage June 22, 2023 16:34 — with GitHub Actions Inactive
Copy link
Member

@LeoMcA LeoMcA left a 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
Copy link
Member

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?

Copy link
Contributor Author

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.

@LeoMcA LeoMcA temporarily deployed to stage June 24, 2023 13:15 — with GitHub Actions Inactive
@caugner caugner temporarily deployed to stage June 26, 2023 07:36 — with GitHub Actions Inactive
@caugner caugner merged commit ab93937 into main Jun 27, 2023
@caugner caugner deleted the ai-help branch June 27, 2023 13:42
@caugner caugner mentioned this pull request Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github-actions internal plus:ai-help plus work around features related to MDN Plus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants