jeff3071 commented on code in PR #72002:
URL: https://github.com/apache/airflow/pull/72002#discussion_r3986231374
##########
providers/common/ai/src/airflow/providers/common/ai/operators/llamaindex_embedding.py:
##########
@@ -190,6 +195,7 @@ def _resolve_embed_model(self) -> BaseEmbedding:
llm_conn_id=self.llm_conn_id,
embed_conn_id=self.embed_conn_id,
embed_model=self.embed_model,
+ embedding_kwargs=self.embedding_kwargs,
Review Comment:
Thanks for catching this!
Add warning log in `LlamaIndexRetrievalOperator` and
`LlamaIndexEmbeddingOperator` and update corresponding test.
--
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]