Drop incompatible encoding format for Voyage embeddings #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/voyage-encoding-format"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mem0's OpenAI client sends
encoding_format=float, while Voyage accepts onlybase64. Configure only thevoyage-4LiteLLM route to dropencoding_format; no global parameter policy changes. A live preflight withadditional_drop_paramsreturned a 1024-value Voyage 4 embedding. Production LiteLLM is not restarted by this PR.