docs: rewrite overview

This commit is contained in:
tikikun 2023-12-01 17:24:54 +07:00
parent bb6cb1396e
commit 97fcafe61b

View File

@ -13,8 +13,9 @@ Currently Under Development
In the Jan application, engines serve as primary entities with the following capabilities: In the Jan application, engines serve as primary entities with the following capabilities:
- Ability to add or remove engines via the installation of extensions. - Engine will be installed through `inference-extensions`.
- Dependence on engines for conducting [inference](https://en.wikipedia.org/wiki/Inference_engine). - Models will depend on engines to do [inference](https://en.wikipedia.org/wiki/Inference_engine).
- Engine configuration and required metadata will be stored in a json file.
## Folder Structure ## Folder Structure