You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
243 B
11 lines
243 B
rerankers:
|
|
default: jina_global
|
|
|
|
models:
|
|
# 1. Jina AI (API Based)
|
|
jina_global:
|
|
provider: "jinaai"
|
|
model: "jina-reranker-v3"
|
|
api_key: "${JINA_API_KEY}"
|
|
base_url: "https://api.jina.ai/v1/rerank"
|
|
top_n: 3
|