Peter Steinberger
a515f7f8fc
fix(google): preserve gateway queries in embedding batches ( #130768 )
...
* fix(google): preserve gateway queries in embedding batches
Normalize embedding destination paths without changing query values, and reuse the canonical endpoint resolver throughout the batch lifecycle.
* test(google): validate provider availability in batch fixture
2026-08-27 01:02:56 -07:00
Peter Steinberger
e30279f89f
fix(google): support stable Gemini Embedding 2 request contracts ( #128716 )
...
* fix(memory): support stable Gemini Embedding 2
* fix(memory): validate async Gemini batch dimensions
* docs(memory): explain stable Gemini index rebuild
* docs(memory): cover explicit-dimension rebuilds
* fix(google): honor stable Gemini embedding task contracts
Co-authored-by: Franck MEYER <meyerfranckpro@gmail.com >
---------
Co-authored-by: Codex OpenClaw Migration <noreply@local>
Co-authored-by: Franck MEYER <meyerfranckpro@gmail.com >
2026-08-24 05:38:54 -07:00
Vincent Koc
0370fce7ff
fix(test): isolate Google embedding batch timeout ( #116161 )
2026-07-30 10:11:29 +08:00
Wynne668
72f77364b3
fix(google): keep embedding batch waits within timeout ( #111674 )
2026-07-20 11:46:06 +03:00
Peter Steinberger
349f78776d
fix(models): refresh bundled provider catalogs ( #109410 )
...
* fix(models): refresh bundled provider catalogs
* docs(models): refresh generated docs map
* fix(xiaomi): keep provider helper private
* chore(release): defer catalog release note
2026-07-16 16:47:25 -07:00
ZOOWH
fb702e5cae
fix(memory): harden embedding batch workflows ( #103472 )
...
* fix(memory): harden embedding batch workflows
Co-authored-by: 徐闻涵0668001344 <xu.wenhan1@xydigit.com >
Co-authored-by: ben.li <li.yang6@xydigit.com >
* test(memory): align batch redaction expectation
* test(memory): tighten batch dependency types
* refactor(google): clarify batch state control flow
* test(google): make batch stage fallback lint-safe
* build(plugin-sdk): refresh memory batch surface budget
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
Co-authored-by: ben.li <li.yang6@xydigit.com >
2026-07-11 16:43:58 -07:00
NIO
18e8713b99
fix(google): stream Gemini batch JSONL output instead of res.text() ( #102974 )
...
* fix(google): stream Gemini batch JSONL output instead of res.text()
* fix(google): avoid Promise executor return in batch stream test
---------
Co-authored-by: NIO <nocodet@mail.com >
2026-07-11 13:48:13 -04:00
NIO
91297bf420
fix(google): bound embedding-batch JSON response reads ( #97535 )
...
* fix(google): bound embedding-batch JSON response reads
* fix(google): repair embedding-batch test types and lint
---------
Co-authored-by: NIO <nocodet@mail.com >
2026-06-28 14:20:28 -07:00