yuxiqian commented on code in PR #4507: URL: https://github.com/apache/flink-cdc/pull/4507#discussion_r3796112986
########## docs/content/docs/core-concept/transform.md: ########## @@ -595,3 +595,62 @@ The following built-in models are provided: | openai.model | STRING | required | Name of model to be called, for example: "text-embedding-3-small", Available options are "text-embedding-3-small", "text-embedding-3-large", "text-embedding-ada-002". | | openai.host | STRING | required | Host of the Model server to be connected, for example: `http://langchain4j.dev/demo/openai/v1`. | | openai.apikey | STRING | required | Api Key for verification of the Model server, for example, "demo". | + +## OpenAI-compatible Model Client Review Comment: The "transform" docs page has grown too big. Shall we move AI model related chapters to a new page? ########## docs/content/docs/core-concept/transform.md: ########## Review Comment: Better move this chapter too, and mark it deprecated for removal. -- 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]
