aws-amplify / docs

AWS Amplify Framework Documentation
https://docs.amplify.aws
Apache License 2.0
478 stars 1.01k forks source link

Feature Request: Vector search within documentation #6881

Open JoshuaKirby88 opened 5 months ago

JoshuaKirby88 commented 5 months ago

Is your feature request related to a problem? Please describe. Poor results with Q related to Amplify.

Describe the solution you'd like A vectorized documentation that allows simple retrieval of similar chunks of content within specific documentations, e.g. AWS Amplify V6.

Describe alternatives you've considered The introduction of Q has been nice, but searching through other people's niche problems seems to retrieve unrelated results and recommend unrelated solutions quite often. Especially when encountering issues with less popular services like Amplify, compared to Lambda or DynamoDB.

Additional context I have implemented a RAG chatbot for my employer by constructing an automatic workflow that scrapes the website every so often, checks if the text has been updated (or look at metadata if it exists), and re-chunks the text, and re-vectorizes the chunks. I have combined this with a simple LLM for customers to chat to. I feel like communicating directly to the documentation rather than random people's niche problems and random people's solutions would be more helpful and relevant.

reesscot commented 5 months ago

Hi @JoshuaKirby88, Can you be more specific about what you are asking for here? Are you looking for Amazon Q integration in the Amplify docs site?