Added async elements

This commit is contained in:
Vasilije 2023-10-12 16:35:39 +02:00
parent 2b07b02faa
commit 0f49dabc6a

View file

@ -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