jeff3071 commented on code in PR #71437: URL: https://github.com/apache/airflow/pull/71437#discussion_r3766385468
########## providers/common/ai/docs/connections/pydantic_ai.rst: ########## @@ -136,3 +141,8 @@ The hook reads the model from these sources in priority order: 1. ``model_id`` parameter on the hook/operator 2. ``model`` in the connection's extra JSON (set by the "Model" conn-field in the UI) + +The embedding model is resolved separately: + +1. ``embed_model_id`` parameter on the hook +2. ``embed_model`` in the connection's extra JSON Review Comment: I added `embed_model` conn-field to all four `pydanticai` connection types. I manual check UI have show `Embedding Model` field. -- 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]
