> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Rerank Result • Rust AI Agent SDK

> RerankResult: Rerank result.

# RerankResult

> Defined in the [**knowledge**](../modules/knowledge) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Rerank result.

## Fields

| Name    | Type                          | Description    |
| ------- | ----------------------------- | -------------- |
| `items` | `Vec&lt;SearchResultItem&gt;` | Reranked items |
| `query` | `String`                      | Original query |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/knowledge/mod.rs#L437">
  `praisonai/src/knowledge/mod.rs` at line 437
</Card>
