1
How are you giving AI agents access to postgress?
AI代理访问数据库时,LLM直接生成SQL风险高,需要权衡定义操作与手动防护的平衡。
I mean we can either let llm generate sql but that's risky right or should we do defined operations? I mean for both reads and write. But whether it's…