pankajkoti commented on code in PR #34891:
URL: https://github.com/apache/airflow/pull/34891#discussion_r1362805154
##########
airflow/providers/postgres/hooks/postgres.py:
##########
@@ -320,6 +320,34 @@ def _generate_insert_sql(
return sql
+ def ingest_embedding(self, table: str, input_data: Iterable[tuple[str,
float]], vector_size: int) -> None:
Review Comment:
```suggestion
def ingest_embedding(self, table: str, input_data: Iterable[tuple[str,
list[float]]], vector_size: int) -> None:
```
--
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]