fleet-memory/hindsight-docs/docs
Nicolò Boschi cece2c903c
fix: make LiteLLM SDK embeddings encoding_format configurable (#928)
* fix: make LiteLLM SDK embeddings encoding_format configurable (#925)

The hardcoded encoding_format='float' breaks providers like Voyage AI
(only accepts 'base64') and Gemini (doesn't support the parameter at all).

Add HINDSIGHT_API_EMBEDDINGS_LITELLM_SDK_ENCODING_FORMAT config option
that defaults to 'float' for backwards compatibility. Set to empty string
to omit the parameter for incompatible providers.

* chore: regenerate docs skill after configuration change
2026-04-08 09:41:11 +02:00
..
developer fix: make LiteLLM SDK embeddings encoding_format configurable (#928) 2026-04-08 09:41:11 +02:00
sdks fix(ci): resolve all CI failures (#847) 2026-04-02 17:17:42 +02:00