Issues
fix(litellm): pass encoding_format="float" explicitly in PR #144 will break embeddings with voyage/voyage-code-3, which requires base64 encoding format (error message states so)
Quick fix
I have to remove encoding_format="float" in src/cocoindex_code/litellm_embedder.py for it to work.
Issues
fix(litellm): pass encoding_format="float" explicitlyin PR #144 will break embeddings withvoyage/voyage-code-3, which requiresbase64encoding format (error message states so)Quick fix
I have to remove
encoding_format="float"insrc/cocoindex_code/litellm_embedder.pyfor it to work.