From 859dbad9087de41f2bf249d84edda3a2f57f579c Mon Sep 17 00:00:00 2001 From: "mauro.cortellazzi" Date: Mon, 5 Aug 2024 09:18:36 +0200 Subject: [PATCH] fix typos --- docs/docs/l7_architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/l7_architecture.md b/docs/docs/l7_architecture.md index 53db778c..58e193b1 100644 --- a/docs/docs/l7_architecture.md +++ b/docs/docs/l7_architecture.md @@ -5,7 +5,7 @@ sidebar_position: 1 # Architecture In this section we'll explore the architecture of the Radicalbit AI platform. -The image below show all the components of the platform: +The image below shows all the components of the platform: ![Alt text](/img/architecture/architecture.png "Architecture") @@ -13,7 +13,7 @@ The image below show all the components of the platform: API is the core of the platform, it exposes all the functionalities via REST APIs. It requires a PostgreSQL database to store data and a Kubernetes cluster to run Spark jobs for metrics evaluations. -To store all dataset files a distributes storage is used. +To store all dataset files a distributed storage is used. REST APIs could be used via user interface or using the provided Python SDK. ## UI