utkarsharma2 commented on code in PR #36085:
URL: https://github.com/apache/airflow/pull/36085#discussion_r1417165337
##########
airflow/providers/weaviate/operators/weaviate.py:
##########
@@ -40,9 +44,11 @@ class WeaviateIngestOperator(BaseOperator):
:param conn_id: The Weaviate connection.
:param class_name: The Weaviate class to be used for storing the data
objects into.
+ :param input_data: The list of dicts or pandas dataframe representing
Weaviate data objects to generate
+ embeddings on (or provides custom vectors) and store them in the
Weaviate class.
:param input_json: The JSON representing Weaviate data objects to generate
embeddings on (or provides
Review Comment:
Oops missed it. Now added `(Deprecated)` at the start of the param string.
--
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]