release: v3.4.2#555
Merged
Merged
Conversation
…552) scripts/postProvision.ps1::Set-GptRagAppConfiguration explicitly seeded every FOUNDRY_IQ_* App Configuration key but left the WORK_IQ_* and FABRIC_IQ_* keys (added in v3.3.0 and v3.4.0) to be populated as a side-effect of config/search/setup.py rendering search.settings.j2. That meant operators enabling Work IQ or Fabric IQ post-provision had to know the exact key names, run �z appconfig kv set for each key, and then re-run the search setup script. Extend the seeding block with the matching Get-OptionalEnvValue calls and the same defaults as search.settings.j2 (�nabled=false, everything else \\\`) so a fresh provision registers the keys with their defaults and operators can flip them from the App Configuration blade. Fixes #551 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Adds parallel Fabric Data Agent (fabricDataAgent) knowledge source support alongside Work IQ and Fabric ontology. Feature is opt-in via FABRIC_DATA_AGENT_ENABLED and defaults off. - search.j2: emit fabricDataAgent KS + KB reference when enabled. - search.settings.j2: expose four FABRIC_DATA_AGENT_* keys. - setup.py: add is_fabric_data_agent_enabled helper. - postProvision.ps1: seed the four new keys with defaults. - Tests: 4 new tests, all 25 pass. - manifest.json: bump orchestrator pin to v3.4.0 for paired retrieve support. - CHANGELOG: Unreleased entry. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
⛔ Pull requests to
|
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.
Release v3.4.2 — Fabric Data Agent knowledge source support.
Merged from develop. Full notes in CHANGELOG.md under v3.4.2.
Highlights:
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com