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
Describe the bug
When using PineconeDocumentStore with run_async , unclosed aiohttp client session and connector errors occur during embedding_retrieval . This seems to stem from not using the IndexAsyncio client within an async context manager, as recommended by Pinecone.