ROADMAP 2025
yingfeng opened this issue · 25 comments
Does RAGFlow not have an administrator entrance?
How about supporting multi-modal RAG?
mobile ui please
option to disable user registration
user management method, currently if I expose it to the internet, anyone can register
PostgresSQL support
UX improvements for the chat
- multiple lines for chat input (HTML tag input => textarea)
- markdown rendering, since response from LLMs supports it
希望支持导出和导入agent工作流
Hope to support exporting and importing Agent workflows.
How about supporting multi-modal RAG?
Under planning, it requires Infinity to be production ready such that Tensor based reranker as well as multi vector retrieval could be available.
希望知识库可以分享一个连接,这样别人点看,可以询问问题,不用登录平台,类似与分享了一个聊天界面,上面可以定义机器人可以提供什么服务
How do I need to be able to call the visual understanding model in the agent? Can the user call the corresponding visual understanding model after uploading the picture?
1、新建助理,可以不选择关联知识库,就只与大模型对话。
2、助理的对话页面美化下,比如对话框颜色、小组件按钮、进行中/加载中的提示。助理的对话框显示效果支持更多格式,比如md、code等。对话输入框支持语音输入。设置了助理头像后,新建对话,还是默认的头像,需要过一段时间才行。
3、agent,可以自定义头像。
4、模型供应商,已加入的,显示面积可以调整下,太宽了。
5、完善第三方嵌入,要显示助理标题和头像。
6、知识库,加入启用、解析等筛选项,知识库中文件多了就不好找了。
感谢🙏
我也想加入开发中,编码实现某些功能,但是我不会 😭。
user management method, currently if I expose it to the internet, anyone can register PostgresSQL support
I agree with user management, this feature is needed very much. Even if it is basic user management to start with, the ability to disable user registration and only invite users by email.
Ideally, it would be great if we could get the following user management features
- User management page with the ability to invite/disable/remove users and add users to groups
- Admin group (full system access with user management)
- Standard group (can access everything except 'user management' and 'system' features[similar to user-settings page on the demo site])
- Multiple teams
- The ability to create multiple teams and add different people to each team. I don't always want to share a knowledge base with everyone in my team, I need a way to manage my teams and the people in each team so that I can maintain some knowledge base security
SSO/IAM support pls
请支持 SSO/IAM
您好SSO/IAM 有好用的开源项目吗
SSO/IAM belongs to features of enterprise edition and will not be delivered in the open source edition.
Regarding SSO and enterprise/open source, I like what Windmill.dev does... https://www.windmill.dev/pricing Maybe you could consider that versus having a hard SSO tax.
User management is a showstopper for our company as well. Specifically, we have no way to build a knowledge base which is visible to only a certain group of users (i.e. financial data or HR data).
Expect to support script nodes or function nodes, and support the use of script functions to process the input of the previous node and then output
希望 Agent 支持变量执行代码块
Hope to support statistical analysis of all users’ questions and answers, such as tracking the usage volume and frequency over a quarter, identifying the topics they focus on, and calculating the ratio of effective to ineffective responses.
Hope to support agent api to dynamically change the variables of begin component
Does RAGFlow not have an administrator entrance?RAGFlow 没有管理员入口吗?
I think it would be nice if we had a back office to monitor api calls, like langsmith/langfuse
recommend refining the API interface and addressing existing issues to improve its overall quality, as the current implementation appears somewhat rudimentary.
1)希望增加对图片内容识别,建立知识库,并可以问答;
2)希望增加对视频内容识别,建立知识库,并可以问答。回复结果的引用,指向视频中的时间段。