wu-sheng commented on code in PR #10884: URL: https://github.com/apache/skywalking/pull/10884#discussion_r1224005708
########## docs/en/setup/ai-pipeline/README.md: ########## @@ -0,0 +1,22 @@ +# AI Pipeline + +**Warning, this module is still in the ALPHA stage. This is not stable.** + +Pattern Recognition, Machine Learning(ML) and Artificial Intelligence(AI) are common technology to identify patterns in data. +This module provides a way to integrate these technologies in a standardized way about shipping the data from OAP kernel +to 3rd party. + +From the industry practice, Pattern Recognition, Machine Learning(ML) and Artificial Intelligence(AI) are always overestimated, +they are good at many things but have to run in a clear context. + +## How to enable + +ai-pipeline module is required to activate manually through `application.yml` or system environment variable `SW_AI_PIPELINE`. Review Comment: Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
