new
Method
This is a method of the RAGResult class in the rag module.Create a new RAG result
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
new: Create a new RAG result
This is a method of the RAGResult class in the rag module.Create a new RAG result
def new(answer: impl Into<String>, context: ContextPack) -> Self