How to do a async call to search in weaviate

Is there a way we could do a asynchronous query to weaviate?

# instead of
self.client.query.multi_get(get_builders).do()
# do a async call to perform a query
await self.client.query.multi_get(get_builders).do()

Basically making use of asyncio (asyncio — Asynchronous I/O — Python 3.11.5 documentation)

Hi!

There is a feature requeste here:

Please, leave your thumbs up there!

1 Like