From 97fcafe61b4b7a1a0874cb7d033b5b68dfd522b1 Mon Sep 17 00:00:00 2001 From: tikikun Date: Fri, 1 Dec 2023 17:24:54 +0700 Subject: [PATCH] docs: rewrite overview --- docs/docs/specs/engineering/engine.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/specs/engineering/engine.md b/docs/docs/specs/engineering/engine.md index 17e01ebd0..a416bc820 100644 --- a/docs/docs/specs/engineering/engine.md +++ b/docs/docs/specs/engineering/engine.md @@ -13,8 +13,9 @@ Currently Under Development In the Jan application, engines serve as primary entities with the following capabilities: -- Ability to add or remove engines via the installation of extensions. -- Dependence on engines for conducting [inference](https://en.wikipedia.org/wiki/Inference_engine). +- Engine will be installed through `inference-extensions`. +- 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