Skip to content
Snippets Groups Projects
Commit e2668a85 authored by James Briggs's avatar James Briggs
Browse files

fix: types

parent 615bcdb8
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ class PineconeIndex(BaseIndex):
return await response.json(content_type=None)
async def _async_get_all(
self, prefix: str | None = None, include_metadata: bool = False
self, prefix: Optional[str] = None, include_metadata: bool = False
) -> tuple[list[str], list[dict]]:
"""
Retrieves all vector IDs from the Pinecone index using pagination asynchronously.
......
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