Skip to content
Snippets Groups Projects
Commit 14860796 authored by Vits-99's avatar Vits-99
Browse files

Fixed namespace missing in _async_fetch_metadata inside Pinecone

parent a322c25f
No related branches found
No related tags found
No related merge requests found
......@@ -653,6 +653,9 @@ class PineconeIndex(BaseIndex):
"ids": [vector_id],
}
if self.namespace:
params["namespace"] = self.namespace
headers = {
"Api-Key": self.api_key,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment