IRerankingService
Overview
#
# Prompt for the DefaultRerankingService
#
[DefaultRerankingService.Prompt]
Rerank a list of documents in order of their similarity with a query string, with the most similar on top.
Query: "{{query}}"
Max Results: {{topN}}
## Rules
- Always process all the documents
- Output a JSON array of integers containing the indexes of the documentsDefault Implementation
Last updated
