杨必赞
杨必赞
谢谢,可以试下v3分支,改用了类型擦除
I'm still in 0.16.0, In my test, it returned 3 tenant after I joined 2 other teams.  should it be changed to `tenants = UserTenantService.query(user_id=current_user.id, role=UserTenantRole.OWNER)`? I can make...
Actually in my case, I forcely add a default UserTenant during registration, so when ragflow query the first one (It may sorted by time? idk), it broke. I think it...
@celestial-vault I think it is a good idea but to solve the problem `different workspaces need different MCPs`. can we store the toggle state of MCPs in workspace folder? --------------...
搞个eslint应该提示这个情况
> 目前看来使用amaro可能不是一个好主意,除了之前提到的问题以外,amaro的编译行为不会使用tsconfig.json里的配置,如果要调整编译参数恐怕比较麻烦,例如我没有找到可以让他输出es6的方法。 > > 我当前的解法是回退到2.0.5版本的tsloader,然后把nodejs版本的puerts的dll覆盖到x86_64下,也就是让editor下用nodejs版本以支援tsloader,打包后仍然用v8版本。不过我目前只打过webgl所以还不确定iOS和安卓是否会有问题。 amaro设定也是只有编辑器下用。到运行时无论如何都是编译成js对性能更好。