fleet-memory/hindsight-docs/docs
Nicolò Boschi 7d95a002c7
fix: improve model configuration for litellm gateway (#345)
* fix: improve model configuration for litellm gateway

* fix: add missing config imports for Cohere and LiteLLM providers

Add missing DEFAULT_* and ENV_* constants to cross_encoder.py and embeddings.py imports:
- DEFAULT_RERANKER_COHERE_MODEL
- DEFAULT_LITELLM_API_BASE
- DEFAULT_RERANKER_LITELLM_MODEL
- DEFAULT_EMBEDDINGS_COHERE_MODEL
- DEFAULT_EMBEDDINGS_LITELLM_MODEL
- ENV_RERANKER_COHERE_MODEL

This fixes NameError failures in test-api, test-hindsight-all, and test-upgrade CI jobs.
2026-02-11 11:24:26 +01:00
..
cookbook docs: add AI SDK integration documentation (#304) 2026-02-05 17:05:18 +01:00
developer fix: improve model configuration for litellm gateway (#345) 2026-02-11 11:24:26 +01:00
sdks docs: add AI SDK integration documentation (#304) 2026-02-05 17:05:18 +01:00