Skip to main content

add_chunk

Method
This is a method of the RetrievalResult class in the rag module.
Add a chunk

Signature

def add_chunk(&mut self, chunk: ContextChunk) -> ()

Parameters

chunk
ContextChunk
required
No description available.

Returns

Returns
()
The result of the operation.