Skip to content

Commit

Permalink
Adds the support for bedrock reranking in the reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingTechnology committed Dec 5, 2024
1 parent f1c7e5a commit 5e46f83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@ Configuration for the reranker model used in response ranking.

**Properties:**

- `name` (**required**): Reranker name, e.g., `cohere`, `voyage`, `llm`, `free-trial`, `huggingface-tei`
- `name` (**required**): Reranker name, e.g., `cohere`, `voyage`, `llm`, `free-trial`, `huggingface-tei`, `bedrock`
- `params`:
- `model`: Model name
- `apiKey`: Api key
- `region`: Region (for Bedrock only)

Example

Expand Down

0 comments on commit 5e46f83

Please sign in to comment.