1
Ask HN: Why is it still so hard for LLMs to query NoSQL databases?
LLM处理SQL得心应手,但面对NoSQL数据库却屡屡碰壁,根源在于其查询模型的碎片化与多样性。
LLMs are good at SQL. It's precise, expressive, and unambiguous. If you connect an MCP server to Postgres, then the agent can query it directly. The s…