From 6e7228ef00755e8e33b68e6e3bec355f985443a7 Mon Sep 17 00:00:00 2001 From: sr-remsha <46220620+sr-remsha@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:55:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c42484..69ab4b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Overview -Realtime analytics server for [AI DIAL](https://epam-rail.com). The service consumes the logs stream [AI DIAL Core](https://github.com/epam/ai-dial-core), analyzes the conversation and writes the analytics to the [InfluxDB](https://www.influxdata.com/). +Realtime analytics server for [AI DIAL](https://epam-rail.com). The service consumes the logs stream from [AI DIAL Core](https://github.com/epam/ai-dial-core), analyzes the conversation and writes the analytics to the [InfluxDB](https://www.influxdata.com/). + +Refer to [Documentation](https://github.com/epam/ai-dial/blob/main/docs/tutorials/realtime-analytics.md) to learn how to configure AI DAL Core and other necessary components. # Usage