Skip to content

fix: align lab guides and Foundry IQ - #60

Merged
junwoojeong100 merged 2 commits into
mainfrom
fix/harden-imports-and-links
Jul 11, 2026
Merged

fix: align lab guides and Foundry IQ#60
junwoojeong100 merged 2 commits into
mainfrom
fix/harden-imports-and-links

Conversation

@junwoojeong100

@junwoojeong100 junwoojeong100 commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • restore imports that support the documented direct-script execution paths
  • correct GitHub anchors, Azure RBAC guidance, endpoints, regions, and Hosted Agent dependency documentation
  • replace .azdignore with the supported .agentignore packaging contract
  • add Foundry IQ query vectorization, separate the embedding model name, and enable planned retrieval with low reasoning effort
  • move the Foundry IQ sample to the v3 index and knowledge-base names

Validation

  • python -m pip check
  • byte-compile and import every Python module
  • verify all seven documented direct execution paths
  • validate GitHub Markdown anchors and local links
  • parse all Hosted Agent YAML files and verify packaging contracts
  • smoke-test the Foundry IQ vectorizer schema and defaults
  • run an independent final diff review

junwoojeong100 and others added 2 commits July 11, 2026 18:19
- Replace absolute imports (from _streaming, from _rag_iq) with relative imports (from ._streaming, from ._rag_iq) in all 7 console examples and their helper modules for proper module resolution
- Fix README markdown anchor links: correct double-hyphen errors in Part 7, 8 and section 8.3 TOC entries
- Verify all example file imports work correctly and all Python syntax is valid (AST check)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d721d000-34ba-4485-8008-5168aa9935a0
Restore direct-script imports and correct GitHub anchors so documented
commands and CI module loading work consistently.

Align Hosted Agent packaging, RBAC guidance, dependency pins, and
Foundry IQ retrieval with the verified SDK and Azure contracts. Add
query vectorization and use low reasoning effort for planned retrieval.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 46abef39-ff34-4f22-aa6d-1743a1161edf
@junwoojeong100 junwoojeong100 changed the title fix: correct relative imports and README anchor links fix: align lab guides and Foundry IQ Jul 11, 2026
@junwoojeong100
junwoojeong100 marked this pull request as ready for review July 11, 2026 10:43
@junwoojeong100
junwoojeong100 merged commit e40f480 into main Jul 11, 2026
2 checks passed
@junwoojeong100
junwoojeong100 deleted the fix/harden-imports-and-links branch July 11, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant