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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: GitHub-assistant – Natural language questions from your GitHub data

49 点作者 aazo115 个月前
Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data.<p>How it works:<p>- Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub<p>- Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate.<p>- Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer<p>- Generative Charts: assistant-ui dynamically generates a chart based on the SQL query<p>- Refinements: If the semantic layer can’t handle your question, our agent submits semantic layer improvements via pull requests<p>Hosted version: <a href="https:&#x2F;&#x2F;github-assistant.com" rel="nofollow">https:&#x2F;&#x2F;github-assistant.com</a><p>Demo Video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;ATaf98nID5c" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;ATaf98nID5c</a><p>Check out the repo + hosted version and let us know what you think.

5 条评论

diggan5 个月前
Is there any information you can get out of this that isn&#x27;t already available in the GitHub.com UI? I tried asking things like &quot;What could the most interesting information you can tell me about this repository?&quot; but it seems like most of the data is already available in the UI in pretty much the same format, except you click a link to see it instead of writing a question and waiting for a reply.
评论 #42485636 未加载
croemer5 个月前
Tried adding a repo I work on, import worked after failing first, but then the query result was that there was no data on top contributors.<p>Put the video in the Readme!
评论 #42483786 未加载
评论 #42484469 未加载
评论 #42483730 未加载
bberenberg5 个月前
Pretty nifty, is Relta going to be OSS as well?
评论 #42487566 未加载
K0IN5 个月前
I really like the UI, great work, I have to dig through the code :) thanks for sharing!
eddywebs5 个月前
Can this help in explaining how the code works, its schematics or HLD of a given github repo ?
评论 #42485942 未加载