new
Method
This is a method of the RetrievalResult class in the rag module.Create a new retrieval result
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
new: Create a new retrieval result
This is a method of the RetrievalResult class in the rag module.Create a new retrieval result
def new(query: impl Into<String>, strategy: RetrievalStrategy) -> Self