You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The PineconeDocumentStore consumes "dot_product" as a similarity metric, Pinecone consumes "dotproduct" as a metric, creating a mismatch and making dot product impossible to use.
Error message
ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'content-type': 'text/plain; charset=utf-8', 'content-length': '38', 'date': 'Tue, 03 May 2022 21:25:59 GMT', 'server': 'envoy', 'x-envoy-upstream-service-time': '1'})
HTTP response body: Metric 'dot_product' is not supported.
Expected behavior
"dot_product" metric should not raise error
Describe the bug
The PineconeDocumentStore consumes
"dot_product"
as a similarity metric, Pinecone consumes"dotproduct"
as a metric, creating a mismatch and making dot product impossible to use.Error message
Expected behavior
"dot_product" metric should not raise error
Additional context
N/A
To Reproduce
FAQ Check
System:
The text was updated successfully, but these errors were encountered: