TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Ask questions to your tech stack documentation

4 pointsby tudorgabout 2 years ago
The app uses Xata AI to query ChatGPT with context from the up-to-date docs. This provides more recent information and reduces hallucinations. It uses this high-level algorithm:<p><pre><code> - Pass the question to ChatGPT and ask it to provide keywords - Use the Xata search functionality to retrieve the most relevant docs - Form a prompt using this context and the question and pass it to ChatGPT - This blog post provides more details on the general approach </code></pre> All the code is open source: <a href="https:&#x2F;&#x2F;github.com&#x2F;xataio&#x2F;ask-your-stack">https:&#x2F;&#x2F;github.com&#x2F;xataio&#x2F;ask-your-stack</a><p>The web-crawler can be found here: <a href="https:&#x2F;&#x2F;github.com&#x2F;tsg&#x2F;xata-crawler">https:&#x2F;&#x2F;github.com&#x2F;tsg&#x2F;xata-crawler</a><p>I think this is similar to GitHub Copilot for Docs but I don&#x27;t have access to it.

no comments

no comments