Show HN: Sidekick – Read the f***ing manual with ChatGPT
sidekick-web.vercel.app
Show HN: Sidekick – Read the f***ing manual with ChatGPT
1–2 of 2 posts
Re: Show HN: Sidekick – Read the f***ing manual with ChatGPT
#2So we put all the docs for 18 popular projects in one place and let GPT search through them to answer questions.
It does a few things:
- takes all the .md files from a repo then chunks and indexes it and puts it in a vector store
- includes some prompt engineering to prevent hallucinated answers, using the new ChatGPT API
- gives back the answer if it finds one in the documentation, otherwise it justifies itself
Right now it can only help with questions that can be answered from the public docs on Github, but we’ve seen this scale really really well with more documentation, tutorials, and past issues/threads. Feeding it readmes barely scratches the surface, so if you have some docs you want to ask questions over put up a PR with the data and we’ll ingest it and make it queryable through this site!
Source: [https://github.com/ai-sidekick/sidekick/tree/main/client/sid...