Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vits-99 committed Dec 17, 2024
1 parent 1486079 commit 6320f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_router/index/pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ async def _async_fetch_metadata(self, vector_id: str) -> dict:
}

if self.namespace:
params["namespace"] = self.namespace
params["namespace"] = [self.namespace]

Check warning on line 657 in semantic_router/index/pinecone.py

View check run for this annotation

Codecov / codecov/patch

semantic_router/index/pinecone.py#L656-L657

Added lines #L656 - L657 were not covered by tests

headers = {
"Api-Key": self.api_key,
Expand Down

0 comments on commit 6320f6d

Please sign in to comment.