Theodore Teach
Theodore Teach
最新的tag还是2024年2月份的,感觉这个项目以后可能会死掉。
> 根据对象存储:https://mineru.readthedocs.io/zh-cn/latest/user_guide/quick_start/to_markdown.html 1、我的需求是 把对象存储文件部分封装成一个接口A,由于我只有cpu资源,这个解析文件并上传大部分时间会很慢 所以我想提供一个异步接口,在调用之后立马 返回一个文件对应的uuid,等文件解析完成后、记录解析的结果 2、再提供一个接口B 根据uuid查询解析结果 3、第一次调用接口A很快返回uuid,后台在执行文件解析 4、再次调用接口A或者与文件解析无关接口B 就会被阻塞 5、当前使用BackgroundTasks,当我尝试使用celery[redis],它一直报错TypeError('Object of type coroutine is not JSON serializable'),即便它可能跟minerU没有关系,我依然没有找到原因 6、我想知道正确解决批量解析pdf文件的方式是什么 TypeError('Object of type coroutine is not JSON serializable') 虽然没看到你的代码,报这个错误是因为你调用了一个异步函数,没有await它,就直接当成结果return出去了。
你是单agent写了20个tools?还是多agent写了20个agent?
> 单agent,这个项目现在可以多agent吗,好久没用了 现在有多agent类了。单agent调工具好用吗?
你这个思路搞成了吗?
> 等待该智能体输出完成后 或者这样,写一个通过接口异步控制机器人的服务,通过接口发送指令,机器人异步执行指令,然后记录机器人的状态,给个监管查询的接口。这样控制、查询都不是阻塞接口。控制机器人的操作,写在那个服务里就好了。
[1.zip](https://github.com/user-attachments/files/20379165/1.zip) This is log
> /assign [@aoiasd](https://github.com/aoiasd) /unassign 2.3.5的数据可以直接用2.5版本的容器直接使用吗?
> you'd better upgrade to 2.4.x then upgrade to 2.5.x [@DAAworld](https://github.com/DAAworld) how to upgrade version of milvus?just modify image of docker-compose.yml?
> > > you'd better upgrade to 2.4.x then upgrade to 2.5.x [@DAAworld](https://github.com/DAAworld) > > > > > > how to upgrade version of milvus?just modify image of docker-compose.yml? >...