Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

build_context

Method
This is a method of the RAG class in the rag module.
Build context from chunks

Signature

def build_context(&self, chunks: &[ContextChunk]) -> String

Parameters

chunks
&
required
No description available.

Returns

Returns
String
The result of the operation.

Rust Context Management

Rust Token Management

Rust Agent UI

Rust AGUI