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.
RerankerProtocol
Defined in the knowledge module.Rust AI Agent SDK Protocol for reranker implementations.
Methods
rerank
| Name | Type |
|---|---|
query | &str |
items | Vec<SearchResultItem> |
limit | usize |
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 0
