core[minor]: Support asynchronous in InMemoryVectorStore (#24472)
### Description
* support asynchronous in InMemoryVectorStore
* since embeddings might be possible to call asynchronously, ensure that
both asynchronous and synchronous functions operate correctly.