MaxKB
MaxKB copied to clipboard
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。
### Contact Information [email protected] ### MaxKB Version 1.10.1 ### Problem Description 1、工作流接入视觉模型,配置图片理解节点 2、问答过程中上传图片,第一次提问回答正常 3、点击“换个答案”,maxkb 没有把图片再次带给大模型。 ### Steps to Reproduce 如上描述 ### The expected correct result _No response_ ### Related log...
### MaxKB Version v1.10.1lts ### Please describe your needs or suggestions for improvements 目前默认 Web 站点爬取 2 层子链接,后续能否考虑自定义爬取子层级,可以往下爬取 3 层,4 层,设一个上限值 ### Please describe the solution you suggest _No response_...
### MaxKB Version v1.10.1-lts ### Please describe your needs or suggestions for improvements 知识库检索内容通常是一个List,虽然可以自定义函数处理每个元素,但是这样局限性很大。如果能通过遍历节点,然后连接其他节点来处理每个元素,最后再汇总成一个新的List,会很方便。 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_
### Discussed in https://github.com/1Panel-dev/MaxKB/discussions/2140 command: docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data -v ~/.python-packages:/opt/maxkb/app/sandbox/python-packages cr2.fit2cloud.com/1panel/maxkb result: Unable to find image 'cr2.fit2cloud.com/1panel/maxkb:latest' locally latest: Pulling from 1panel/maxkb 172514850d5c: Pulling...
### MaxKB Version 1.9.1 ### Please describe your needs or suggestions for improvements 表单采集支持让其他业务系统通过接口提供数据,可以更好地支持用户、业务系统与maxkb的多方,持续的互动 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_
### MaxKB Version 1.9.1 ### Please describe your needs or suggestions for improvements 表单收集节点的下拉列表需要支持动态数据 ### Please describe the solution you suggest 1、建议收集表节点支持添加输入参数,输入参数可以绑定函数、sql、手工数据集 2、下拉列表支持绑定输入参数 ### Additional Information _No response_
### MaxKB Version 1.9.1 ### Please describe your needs or suggestions for improvements 1、接口参数支持设置参数描述,便于应用维护 2、用户输入参数与接口参数支持调整顺序 3、用户输入参数接口参数支持正则校验 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_
### MaxKB Version 1.9.1 ### Please describe your needs or suggestions for improvements 函数库不要用现在的宫格方式管理,建议改为类似IDE的风格,以支持更大规模的函数库管理 1、界面布局为左侧函数库列表、并支持创建文件夹、支持函数检索 2、界面右侧为选中的函数详细信息。单击左侧函数库列表显函数详细信息,及相关功能(例如代码、测试、保存、删除等),双击选中函数或点击详细信息功能中的代码即可编辑代码。 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_
### MaxKB Version 1.9.2 ### Please describe your needs or suggestions for improvements 希望建立应用生态,将创建的应用分享出来(能赚钱最佳),也可方便地使用他人的成果 ### Please describe the solution you suggest _No response_ ### Additional Information _No response_
### MaxKB Version 1.9.2 ### Please describe your needs or suggestions for improvements 判断器支持用正则匹配字符串 ### Please describe the solution you suggest 判断器支持用正则匹配字符串,能获得更灵活的字符串处理能力,性能比运行脚本好 ### Additional Information _No response_