You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"LiteLLMEmbeddingProvider requires a valid reranking API url to be set via `embedding.rerank_url` in the r2r.toml, or via the environment variable `HUGGINGFACE_API_BASE`."
55
59
)
56
-
self.rerank_url=url
57
60
58
61
self.base_model=config.base_model
59
62
if"amazon"inself.base_model:
60
-
logger.warn("Amazon embedding model detected, dropping params")
63
+
logger.warning("Amazon embedding model detected, dropping params")
0 commit comments