top_chunks
Method
This is a method of the RetrievalResult class in the rag module.Get top chunks by score
Signature
Parameters
No description available.
Returns
The result of the operation.
top_chunks: Get top chunks by score
This is a method of the RetrievalResult class in the rag module.Get top chunks by score
def top_chunks(&self, n: usize) -> Vec<&ContextChunk>