Skip to content

Conversation

@joonsoome
Copy link
Owner

Added

  • OpenAI compatibility: base64 encoding support via encoding_format="base64" for /v1/embeddings.
  • OpenAI compatibility: optional dimensions handling (truncate/pad to requested size).

Documentation

  • README: Added LightRAG integration note (OpenAI embeddings + Cohere reranking tested successfully).
  • README: Added Qwen Embedding similarity scaling note and recommended starting threshold COSINE_THRESHOLD=0.0 for LightRAG.
  • README: Example for requesting base64-encoded embeddings and decoding back to float32.

Notes

  • These updates maintain full compatibility with existing OpenAI SDK usage; default remains encoding_format="float".

…ions; docs: LightRAG integration note and Qwen threshold guidance; bump version to 1.2.3
@joonsoome joonsoome merged commit 524b18a into main Oct 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants