Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 RASA 中构建一个聊天机器人,它将查询关系数据库,我遇到了 PonyORM 有没有一种方法可以使用 PonyORM 来映射我的 RASA 实体和 Oracle 数据库。
是的,使用 Rasa,您将设置一个操作服务器来处理任何 API 调用或数据库查询。您可以构建自己版本的rasa-sdk docker 映像,该映像在 rasa-sdk git repo中进行了描述