Add Ask AI docs assistant with RAG on Netlify - #563
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @Dhirenderchoudhary! It looks like this is your first PR to volcano-sh/website 🎉 |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Signed-off-by: Dhirender Choudhary <Dhirenderchoudhary0001@gmail.com>
Signed-off-by: Dhirender Choudhary <Dhirenderchoudhary0001@gmail.com>
6195d5f to
65673a0
Compare
Signed-off-by: Dhirender Choudhary <Dhirenderchoudhary0001@gmail.com>
|
@Dhirenderchoudhary Could you please attach a demo video so I can verify that it’s working as expected? |
|
@yashisrani Yes for sure |
Signed-off-by: Dhirender Choudhary <Dhirenderchoudhary0001@gmail.com>
|
@yashisrani If any changes are required please let me know Screen.Recording.2026-08-02.at.4.38.19.PM.1.mov |
Signed-off-by: Dhirender Choudhary <Dhirenderchoudhary0001@gmail.com>
The commit message follows our guidelines
feature
Adds an Ask AI assistant to the Volcano website so users can ask natural-language questions and get answers grounded in the official documentation (RAG), with source links back to the docs. This lowers the learning curve for new contributors and makes docs easier to discover without manually searching many pages.
Implementation:
docs/for retrievalPOST /api/ask-ai(RAG + Netlify AI Gateway)Fixes [Feature]: Add an “Ask AI” Assistant to the Volcano Website #558