Skip to content

Commit

Permalink
Add errors decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 25, 2024
1 parent 489801e commit 8c8a960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinecone/data/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def _query(
)
return response

@validate_and_convert_errors
def query_namespaces(
self,
vector: List[float],
Expand Down

0 comments on commit 8c8a960

Please sign in to comment.