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

Update semantic_router/index/pinecone.py

parent 682e7f13
No related branches found
No related tags found
No related merge requests found
......@@ -667,9 +667,6 @@ class PineconeIndex(BaseIndex):
) as response:
if response.status != 200:
error_text = await response.text()
print(
f"Error fetching metadata for vector {vector_id}: {response.status} - {error_text}"
)
return {}
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment