strategy
Method
This is a method of the RAGConfig class in the rag module.Set retrieval strategy
Signature
Parameters
No description available.
Returns
The result of the operation.
strategy: Set retrieval strategy
This is a method of the RAGConfig class in the rag module.Set retrieval strategy
def strategy(mut self, strategy: RetrievalStrategy) -> Self