davidradl commented on code in PR #27243:
URL: https://github.com/apache/flink/pull/27243#discussion_r2533326027


##########
docs/content/docs/dev/table/tableApi.md:
##########
@@ -2735,6 +2735,114 @@ result = t.select(col('a'), col('c')) \
 
 {{< query_state_warning >}}
 
+### Model Inference
+
+{{< label Streaming >}}
+
+The Table API supports model inference operations that allow you to integrate 
machine learning models directly into your data processing pipelines. You can 
create models with specific providers (like OpenAI) and use them to make 
predictions on your data.

Review Comment:
   If we say `(like OpenAI)` we should detail how to create models that are no 
OpenAI. Is the model API "pluggable" so it with discover other model providers, 
if so we should mention that here.  



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

Reply via email to