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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any success or horror stories when connecting DB and LLM?

2 点作者 yonisto6 个月前
It seems that the next sprint will include an effort to connect our database with LLM.<p>while researching this, I noticed there was a lot of buzz last year. but now it is more quiet on that front.<p>Can you share how it worked for you? especially from the user perspective?<p>Thanks,

1 comment

defnotai6 个月前
I recommend building an intermediary data access layer like a graphQL API that the LLM consumes, otherwise you run the risk of someone successfully tricking the LLM to drop all or part of the DB via a raw input-to-SQL step.