Lee-W commented on code in PR #72002:
URL: https://github.com/apache/airflow/pull/72002#discussion_r3872790655
##########
providers/common/ai/src/airflow/providers/common/ai/hooks/llamaindex.py:
##########
@@ -75,6 +75,9 @@ class LlamaIndexHook(BaseHook):
:param embed_model: Embedding model name (e.g.
``"text-embedding-3-small"``). Overrides ``extra["embed_model"]``
on the connection.
+ :param embedding_kwargs: Additional keyword arguments to pass to the
embedding
Review Comment:
let's make sure the order of arugments in the docstring is the same as
`__init__`
--
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]