TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Ask questions to your tech stack documentation

4 点作者 tudorg大约 2 年前
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.

暂无评论

暂无评论