fix(memory): preserve embedding proxy provider prefixes#66452
Merged
vincentkoc merged 3 commits intomainfrom Apr 14, 2026
Merged
fix(memory): preserve embedding proxy provider prefixes#66452vincentkoc merged 3 commits intomainfrom
vincentkoc merged 3 commits intomainfrom
Conversation
Contributor
Greptile SummaryReplaces the local Confidence Score: 5/5
Prompt To Fix All With AIThis is a comment left during a code review.
Path: CHANGELOG.md
Line: 30
Comment:
**Changelog cites superseded PR number**
The entry references `(#66190)`, but the PR description says this PR (#66452) *supersedes* #66190. If #66190 was never merged, the linked issue number is a dead end for readers tracing this fix in the changelog. Consider updating to reference the PR that actually lands the fix.
```suggestion
- Memory/embeddings: preserve non-OpenAI provider prefixes when normalizing OpenAI-compatible embedding model refs so proxy-backed memory providers stop failing with `Unknown memory embedding provider`. (#66452) Thanks @jlapenna and @vincentkoc.
```
How can I resolve this? If you propose a fix, please make it concise.Reviews (1): Last reviewed commit: "fix(memory): preserve embedding proxy pr..." | Re-trigger Greptile |
8f86c5b to
fa2e16a
Compare
steipete
pushed a commit
that referenced
this pull request
Apr 14, 2026
* fix(memory): preserve embedding proxy provider prefixes * docs(changelog): fix embeddings entry * Update CHANGELOG.md
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
Describe the problem and fix in 2–5 bullets:
spark/...orlitellm/....Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
Root Cause (if applicable)
Regression Test Plan (if applicable)
openai/....User-visible / Behavior Changes
Memory embeddings now preserve configured proxy-provider prefixes instead of silently rewriting them to OpenAI.
Diagram (if applicable)
N/A
Security Impact (required)
Yes/No) NoYes/No) NoYes/No) NoYes/No) NoYes/No) NoYes, explain risk + mitigation: N/ARepro + Verification
Environment
pnpm test:serialSteps
spark/text-embedding-3-large.pnpm test:serial src/memory-host-sdk/host/embeddings-openai.test.ts.Expected
Actual
Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
pnpm test:serial src/memory-host-sdk/host/embeddings-openai.test.ts.Review Conversations
Compatibility / Migration
Yes/No) YesYes/No) NoYes/No) NoRisks and Mitigations