jeff3071 commented on code in PR #71437:
URL: https://github.com/apache/airflow/pull/71437#discussion_r3766297902
##########
providers/common/ai/src/airflow/providers/common/ai/hooks/pydantic_ai.py:
##########
@@ -69,6 +73,7 @@ def __init__(
self,
llm_conn_id: str | None = None,
model_id: str | None = None,
+ embed_model_id: str | None = None,
Review Comment:
Thanks for quickly review!
I added `embed_conn_id` to PydanticAIHook. Match the other hooks.
--
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]