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.

ContextPack

Defined in the RAG module.
Rust AI Agent SDK A pack of context chunks for RAG.

Fields

NameTypeDescription
chunksVec<ContextChunk>Retrieved chunks
total_tokensusizeTotal token count
queryStringQuery used for retrieval

Source

View on GitHub

praisonai/src/rag/mod.rs at line 87

Rust Context Management

Rust Token Management