aquery(
self,
question: str,
llm: BaseLanguageModel | None = None,
retriever_kwargs: dictAsynchronously query the VectorStore using the provided LLM.
Optional keyword arguments for the retriever.
Additional keyword arguments forwarded to the chain.