aquery_with_sources(
self,
question: str,
llm: BaseLanguageModel | None = None,
retriever_kwargs: dictAsynchronously query the VectorStore and retrieve the answer and sources.
Optional keyword arguments for the retriever.
Additional keyword arguments forwarded to the chain.