Skip to content
Snippets Groups Projects
Unverified Commit 26cb074e authored by Vittorio Mayellaro's avatar Vittorio Mayellaro Committed by GitHub
Browse files

Merge pull request #490 from aurelio-labs/vittorio/fix-namespace-aget-routes

fix: Fixed namespace missing in _async_fetch_metadata inside Pinecone
parents a322c25f 6320f6dd
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.
Finish editing this message first!
Please register or to comment