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.
RerankResult
Defined in the knowledge module.Rust AI Agent SDK Rerank result.
Fields
| Name | Type | Description |
|---|---|---|
items | Vec<SearchResultItem> | Reranked items |
query | String | Original query |
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 437
