| fix(retrieval): 修复了_get_or_create_table() 在“检查表是否存在”时用了正确的同步桥接,但在“反射表结构”时又直接把 AsyncConnection 传给了 autoload_with,导致 SQLAlchemy 在内部执行 inspect(AsyncConnection) 时抛出 NoInspectionAvailable 的问题
Refs: #564
Co-authored-by: MapleLiu<liurongfeng1@huawei.com>
# message auto-generated for no-merge-commit merge:
!695 修复了_get_or_create_table() ,SQLAlchemy 在内部执行 inspect(AsyncConnection) 时抛出 NoInspectionAvailable 的问题
From: @MapleLiu
Reviewed-by: @iamcandiceguo, @SnapeK
See merge request: openJiuwen/agent-core!695 | 2 个月前 |