From 0f49dabc6abeda2192704afb71b0afb721a17902 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:35:39 +0200 Subject: [PATCH] Added async elements --- level_3/Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/level_3/Readme.md b/level_3/Readme.md index 39f0bc52d..7cc0839e5 100644 --- a/level_3/Readme.md +++ b/level_3/Readme.md @@ -57,6 +57,18 @@ After that, you can run the RAG test manager. ``` Examples of metadata structure and test set are in the folder "example_data" +To analyze your data, go to your local Superset instance: + +``` + http://localhost:8088 +``` + +Add the Postgres datasource to the Superset with the following connection string: + +``` + postgres://bla:bla@postgres:5432/bubu +``` + ## Clean database