Realtime analytics server for AI DIAL. The service consumes the logs stream AI DIAL Core, analyzes the conversation and writes the analytics to InfluxDB
fixes https://github.com/epam/ai-dial-analytics-realtime/issues/14
The datetime.fromisoformat() function from python 3.10, does not support 1 or 2 fractional digits for seconds.
Have to switch to dateutils here, which can handle this format correctly.
fixes https://github.com/epam/ai-dial-analytics-realtime/issues/14 The datetime.fromisoformat() function from python 3.10, does not support 1 or 2 fractional digits for seconds. Have to switch to dateutils here, which can handle this format correctly.