Skip to content

Commit

Permalink
chore(docs): update architecture with llm engine component (#80)
Browse files Browse the repository at this point in the history
Add missing llm component to Nesis component list
  • Loading branch information
mawandm committed May 17, 2024
1 parent b5f03a7 commit a3daa0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/dev-guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3daa0c

Please sign in to comment.