feat(captain): add cohere reranker for chunk retrieval

This commit is contained in:
aakashb95
2026-02-20 17:15:20 +05:30
parent 25d30fbebf
commit 20e22897e6
5 changed files with 335 additions and 3 deletions
+1
View File
@@ -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-],