sunank200 commented on code in PR #39688:
URL: https://github.com/apache/airflow/pull/39688#discussion_r1605271881


##########
airflow/providers/pinecone/hooks/pinecone.py:
##########
@@ -24,7 +24,7 @@
 from functools import cached_property
 from typing import TYPE_CHECKING, Any
 
-from pinecone import Pinecone, PodSpec, ServerlessSpec
+from pinecone import Pinecone, PodSpec, ServerlessSpec, Vector

Review Comment:
   changed it



##########
airflow/providers/pinecone/operators/pinecone.py:
##########
@@ -21,7 +21,7 @@
 from typing import TYPE_CHECKING, Any, Sequence
 
 from airflow.models import BaseOperator
-from airflow.providers.pinecone.hooks.pinecone import PineconeHook
+from airflow.providers.pinecone.hooks.pinecone import PineconeHook, Vector

Review Comment:
   changed it



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