diff --git a/scala/friesian/README.md b/scala/friesian/README.md index 862dbdab27b..f274a16dcb6 100644 --- a/scala/friesian/README.md +++ b/scala/friesian/README.md @@ -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") + ### Services and APIs The friesian serving system consists of 4 types of services: diff --git a/scala/friesian/src/main/resources/images/architecture.png b/scala/friesian/src/main/resources/images/architecture.png index ef91bcea187..b0b3f14e884 100644 Binary files a/scala/friesian/src/main/resources/images/architecture.png and b/scala/friesian/src/main/resources/images/architecture.png differ