|
1234567891011121314151617181920212223 |
- # 2023 Basic Roadmap
-
- This roadmap is made for OpenKF basic feature. For more information, you can see this [RFC](https://github.com/OpenIMSDK/OpenKF/issues/4).
-
- ### Release Base Docker Images.
-
- - Use `docker-compose` to build and run OpenKF server and web.
- - Use `docker-compose` to build and run OpenIM.
- - Use `docker-compose` to build and run LLM.
-
- ### Support Basic Custom Service Feature.
-
- - Support user management.
- - Support community management.
- - Support web and slack channel.
- - Support dashboard for users.
- - Support local knowledge base.
-
- ### Optimized the OpenKF architechure.
-
- - Support scripts to deploy OpenKF.
- - Support system trace for OpenKF monitoring and alerting.
- - Support `milvus` as vector db with cloud documents extensible feature.
|