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


##########
airflow/providers/pinecone/operators/pinecone.py:
##########
@@ -119,7 +119,7 @@ def __init__(
         pod_type: str | None = None,
         metadata_config: dict | None = None,
         source_collection: str | None = None,
-        metric: str | None = None,
+        metric: str | None = "cosine",

Review Comment:
   The upstream library aspects default to `cosine` as we had discussed on the 
call. Hence just setting it to default as discussed



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