build_context
Method
This is a method of the RAG class in the rag module.Build context from chunks
Signature
Parameters
No description available.
Returns
The result of the operation.
build_context: Build context from chunks
This is a method of the RAG class in the rag module.Build context from chunks
def build_context(&self, chunks: &[ContextChunk]) -> String