jeff3071 commented on code in PR #71437:
URL: https://github.com/apache/airflow/pull/71437#discussion_r4062526371


##########
providers/common/ai/docs/connections/pydantic_ai.rst:
##########
@@ -72,21 +97,31 @@ Host (optional)
 
 Extra (JSON, optional)
     A JSON object with additional configuration. Programmatic users can set the
-    model directly in extra:
+    LLM and embedding models directly in extra:
 
     .. code-block:: json
 
-        {"model": "openai:gpt-5.6-sol"}
+        {
+            "model": "openai:gpt-5.6-sol",
+            "embed_model": "openai:text-embedding-3-small"
+        }
 
-    When using the UI, the "Model" field above writes to this same location
-    automatically.
+    When using the UI, the "Model" and "Embedding Model" fields above write to
+    this same location automatically.
 
 Fallback Connections
     Other connection IDs to fail over to, in order, while this provider is
     unavailable. Stored in ``extra["fallback_conn_ids"]``. Entries may name any
     ``pydanticai`` connection type, so one chain can span vendors. See
     :doc:`/provider_fallback`.
 
+    Bedrock-specific fields include ``api_key``, ``base_url``, ``region_name``,

Review Comment:
   fix this paragraph position in  6d70c5f



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