LlamaIndex is throwing me asyncio errors about an unclosed connection when using OpenSearch as the vector store. Has anyone run into this and have any suggestions? I'm running updated OpenSearch integration versions.
I hit this issue when initializing the OpenSearchVectorStore class as soon as asyncio.get_event_loop().run_until_complete(self.os_client.indices.get(index=self._index) runs during the initailzation of the OpenSearchVectorStore class.