feat: v1.5.0 — MLX Reranker, OpenAI rerank path, macOS service, 2560‑D embeddings#9
Merged
Merged
Conversation
…re env-driven reranker path (Torch CrossEncoder) and docs clarified; all tests passing
…led embeddings + linear head) and enable via RERANKER_BACKEND=mlx; tests green
…KEND, RERANKER_MODEL_ID/NAME, RERANK_MAX_SEQ_LEN, RERANK_BATCH_SIZE)
…X reranker (experimental v1) and backend selection behavior
…nd; full suite green
…ect OpenAI rerank path (/v1/openai/rerank)
…, OpenAI /v1/openai/rerank), dim strategy exposure, and macOS LaunchAgent setup\n\n- Add MLX cross-encoder-lite reranker with pooling + score normalization (sigmoid/minmax)\n- Move OpenAI rerank to /v1/openai/rerank; keep Cohere at /v1/rerank; update router order + health endpoints\n- Enforce embedding dimension strategy (hidden_size) and expose dims/hidden_size in / and /health\n- Rewrite tools/setup-macos-service.sh (omit empty envs, valid plist, safe reload)\n- Update server-tests; add docs; README Beginner Quick Start; version 1.5.0\n- All suites pass: Text Processing, Quality, Performance, API compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Endpoints reference
Test results (on Apple Silicon)
Breaking/Notable changes
Deployment notes
Checklist