Add Glossary Assistant (client-side chatbot)Feature/glossary assistant#3626
Add Glossary Assistant (client-side chatbot)Feature/glossary assistant#3626sudheerr937-ai wants to merge 5 commits intocncf:mainfrom
Conversation
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi, this is my first contribution to the CNCF Glossary project. I’ve implemented a client-side Glossary Assistant chatbot that allows users to search glossary terms interactively. Happy to make any changes or improvements based on feedback. Thanks! |
8ea0894 to
27ab560
Compare
|
I’ve added a brief overview before displaying the results to provide quick context. I also structured the output to highlight the top glossary match separately and organized related matches below, while removing duplicate entries. Would appreciate your feedback on the updated behavior. |
Signed-off-by: sudheerr937-ai <sudheer.r937@gmail.com>
Signed-off-by: sudheerr937-ai <sudheer.r937@gmail.com>
Signed-off-by: sudheerr937-ai <sudheer.r937@gmail.com>
Signed-off-by: sudheerr937-ai <sudheer.r937@gmail.com>
91dd18d to
2e5fd78
Compare
Signed-off-by: sudheerr937-ai <sudheer.r937@gmail.com>
|
Hello @sudheerr937-ai, thank you for your effort; however, as noted in #3624, the glossary maintainers do not feel we need a chat bot on the glossary. |
What this PR does
This PR introduces a client-side "Glossary Assistant" chatbot for the CNCF Glossary site.
The assistant allows users to search glossary terms interactively using a lightweight UI powered by a generated JSON dataset.
Key features
Implementation details
Testing
hugo serve -DFixes #3624