mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
18 lines
359 B
YAML
18 lines
359 B
YAML
identity:
|
|
name: rerank
|
|
author: Dify
|
|
label:
|
|
en_US: Rerank
|
|
zh_Hans: 重新排序
|
|
pt_BR: Rerank
|
|
description:
|
|
human:
|
|
en_US: A tool for reranking questions
|
|
zh_Hans: 用于重新排序问题的工具
|
|
pt_BR: A tool for reranking questions
|
|
llm: A tool for reranking questions
|
|
parameters:
|
|
extra:
|
|
python:
|
|
source: tools/rerank.py
|