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

Update semantic_router/index/pinecone.py

parent 9ab0ff97
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,6 @@ class PineconeIndex(BaseIndex):
try:
response_data = await response.json(content_type=None)
print(f"RESPONSE: {response_data}")
except Exception as e:
return {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment