Skip to content

Commit

Permalink
doc: more archi diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Jan 5, 2024
1 parent 4ccd243 commit afadbbe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
Binary file modified docs/3t_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ mkdocs serve
Then go to http://localhost:8000/



## Architecture

### The `frontend`, the `backend`, and the `database`

The whole goal of this repo is to decouple the "computing and LLM querying" part from the "rendering a user interface" part. We do this with a typical 3-tier architecture.

![](3t_architecture.png)
Expand All @@ -80,8 +77,4 @@ The whole goal of this repo is to decouple the "computing and LLM querying" part

The structure of the repo mirrors this architecture.

### The RAG

![](rag_architecture.png)

In the `backend` folder of the repository, you will find a `rag_components` directory that implements this architecture.
![](architecture.png)
Binary file removed docs/rag_architecture.png
Binary file not shown.

0 comments on commit afadbbe

Please sign in to comment.