----------------------
Hmm, I don't know enough to give you a confident answer yet. However, I can provide information about LlamaIndex, which supports async operations in some cases. For example, the
LLMPredictor
class has an
apredict
method that supports async predictions
source (
https://gpt-index.readthedocs.io/en/latest/reference/llm_predictor.html). Additionally, the
GPTVectorStoreIndex
class has a
use_async
parameter that allows for asynchronous calls
source (
https://gpt-index.readthedocs.io/en/latest/reference/indices/vector_store.html).
For more information about LlamaIndex, you can refer to the
documentation (
https://gpt-index.readthedocs.io/en/latest/).
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------