Skip to content

Commit

Permalink
[backport 2.1] Update Friesian figure (#5963) (#5964)
Browse files Browse the repository at this point in the history
* replace

* update image size
  • Loading branch information
hkvision authored Sep 26, 2022
1 parent 1eace81 commit 10fd6d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/friesian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The diagram below demonstrates the components of the friesian serving system, wh
- Nearline: Retrieve user/item profiles and keep them in the Key-Value store. Retrieve item embedding vectors and build the faiss index. Make updates to the profiles from time to time.
- Online: Trigger the recommendation process whenever a user comes. Recall service generate candidates from millions of items based on embeddings and the deep learning model ranks the candidates for the final recommendation results.

![Architecture](./src/main/resources/images/architecture.png "The Architecture of the Friesian serving pipeline")
<img src="./src/main/resources/images/architecture.png" width="800" />

### Services and APIs
The friesian serving system consists of 4 types of services:
Expand Down
Binary file modified scala/friesian/src/main/resources/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10fd6d1

Please sign in to comment.