Ask a question to get started
Enter to sendā¢Shift+Enter new line
query( self, question: str, llm: BaseLanguageModel | None = None, retriever_kwargs: dict
question
str
The question or prompt to query.
llm
BaseLanguageModel | None
None
The language model to use. Must not be None.
retriever_kwargs
dict[str, Any] | None
**kwargs
Any
{}
Query the VectorStore using the provided LLM.
VectorStore
Optional keyword arguments for the retriever.
Additional keyword arguments forwarded to the chain.