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