You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_routes() method we currently have is not async, so this should imply that the remote routes retrieval from Pinecone is blocking the event loop which is something we should prevent.
A "aget_routes" async method should be implemented.
The text was updated successfully, but these errors were encountered:
get_routes() method we currently have is not async, so this should imply that the remote routes retrieval from Pinecone is blocking the event loop which is something we should prevent.
A "aget_routes" async method should be implemented.
The text was updated successfully, but these errors were encountered: