You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ROADMAP.md 759 B

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