
Show HN: DocAsker – Use LLMs to ask documentation questions
by Ankly on Hacker News.
We’ve built this over the last few weeks to leverage vector search and LLMs (this is backed by GPT-3.5, though we’re also testing Flan-T5) to answer question over large sets of documents with references. Currently, we’ve ingested the documentation for React and some key adjacent libraries (Redux, React-Redux, React-Router, MUI). This allows you to ask various natural language questions and the output is hopefully a relevant answer with code examples if applicable, while sourcing the original docs whenever possible. We’re working on adding up more documentations and have more “general” questions (e.g., query your own notion documentation). Any feedback is appreciated at this stage, let us know what you think and if there are any libs you’d like to see added!
