OpenMetadata/openmetadata-ui
Pere Miquel Brull f8979cfb2b
feat(aiPlatformConfiguration): add contextMemory tuning block (#27455)
* feat(aiPlatformConfiguration): add contextMemory tuning block

Expose T0 user-preference memory retrieval limits (tokenBudget, maxItems)
via aiPlatformConfiguration.contextMemory so deployments can tune the
block that Collate ships to the AI Platform via the gRPC
user_memory_context field without code changes.

Both fields default to the values previously hard-coded in Collate's
ContextMemoryRetrievalService (500 tokens, 5 items), so existing
deployments behave identically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Update generated TypeScript types

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-17 12:48:39 +02:00
..
src/main/resources/ui feat(aiPlatformConfiguration): add contextMemory tuning block (#27455) 2026-04-17 12:48:39 +02:00
LICENSE
lombok.config Issue-19251: Upgrade dropwizard to 4.x and Jetty to 11.x (#19252) 2025-05-27 20:31:59 +05:30
pom.xml Add max old space size arg for build processes to avoid the OOM errors (#26244) 2026-03-06 09:56:36 +05:30
UI_PR_REVIEW_GUIDELINES.md chore(ui): add pr review instructions (#24536) 2025-11-25 12:03:14 +05:30