From a3daa0ca15ed46f456588c63bbebdcea1e3fe362 Mon Sep 17 00:00:00 2001 From: Michael Sekamanya <86433807+mawandm@users.noreply.github.com> Date: Fri, 17 May 2024 07:12:39 -0700 Subject: [PATCH] chore(docs): update architecture with llm engine component (#80) Add missing llm component to Nesis component list --- docs/src/dev-guide/architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/dev-guide/architecture.md b/docs/src/dev-guide/architecture.md index 941d4e3..7ea092e 100644 --- a/docs/src/dev-guide/architecture.md +++ b/docs/src/dev-guide/architecture.md @@ -12,6 +12,7 @@ The Nessus project is divided into four components. 7. Converting documents into embeddings. 8. Interfacing with any OpenAI compatible endpoints. 4. Vector DB - For storing vector embeddings. +5. LLM Inference Engine - This is the LLM service that powers the AI process. ## Sequence