惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
IT之家
IT之家
D
DataBreaches.Net
Y
Y Combinator Blog
B
Blog RSS Feed
F
Fortinet All Blogs
GbyAI
GbyAI
V
Visual Studio Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
美团技术团队
L
LangChain Blog
N
Netflix TechBlog - Medium
G
Google Developers Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog

ChatBI

虽然没有实现细节,但是这个文章写的几乎完全就是需要实现和面对的挑战是什么 chatBI 方向目前相对值得研究的开源项目 supersonic,腾讯开源的,概念相对完整
直接 NL2SQL 不行,怎么才行呢
bjfane · 2026-05-06 · via ChatBI

NL2SQL 对于堆 table schema ,在表结构太复杂的时候无法控制上下文长度,且 schema 太多了,依靠大模型来写 sql ,非常容易答非所问或者错误 sql 。 semantic layer (下称 SL )基本上成为了让大模型写出 sql 准确的唯一实现路径。

SL 也不算是一个特别新概念,从好理解的角度来解释:SL 对于 NL2sql 的意义,相当于传统 BI 的指标平台指标层。

大家都知道要做 SL ,做在哪里呢?

1 、snowflake 的方案是做在 db 上,db 级原生支持 SL 创建。https://docs.snowflake.com/en/user-guide/views-semantic/overview 2 、google alloydb ,data agent 方案 https://docs.cloud.google.com/alloydb/docs/ai/natural-language-landing