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

Update semantic_router/index/pinecone.py

parent 15560be5
No related branches found
No related tags found
No related merge requests found
...@@ -628,7 +628,6 @@ class PineconeIndex(BaseIndex): ...@@ -628,7 +628,6 @@ class PineconeIndex(BaseIndex):
) as response: ) as response:
if response.status != 200: if response.status != 200:
error_text = await response.text() error_text = await response.text()
print(f"Error listing vectors: {response.status} - {error_text}")
break break
response_data = await response.json(content_type=None) response_data = await response.json(content_type=None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment