feat(captain): add cohere reranker for chunk retrieval
This commit is contained in:
@@ -9,6 +9,7 @@ module LlmConstants
|
||||
|
||||
PROVIDER_PREFIXES = {
|
||||
'openai' => %w[gpt- o1 o3 o4 text-embedding- whisper- tts-],
|
||||
'cohere' => %w[rerank- command- embed-],
|
||||
'anthropic' => %w[claude-],
|
||||
'google' => %w[gemini-],
|
||||
'mistral' => %w[mistral- codestral-],
|
||||
|
||||
Reference in New Issue
Block a user