new
Method
This is a method of the ContextChunk class in the rag module.Create a new context chunk
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new context chunk
This is a method of the ContextChunk class in the rag module.Create a new context chunk
def new(content: impl Into<String>, source: impl Into<String>, score: f32) -> Self