Skip to content
Snippets Groups Projects
Unverified Commit 9ab0ff97 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Update semantic_router/index/pinecone.py

parent a22b1d17
No related branches found
No related tags found
No related merge requests found
...@@ -676,7 +676,6 @@ class PineconeIndex(BaseIndex): ...@@ -676,7 +676,6 @@ class PineconeIndex(BaseIndex):
response_data = await response.json(content_type=None) response_data = await response.json(content_type=None)
print(f"RESPONSE: {response_data}") print(f"RESPONSE: {response_data}")
except Exception as e: except Exception as e:
print(f"Failed to decode JSON for vector {vector_id}: {e}")
return {} return {}
return ( return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment