Add comprehensive documentation for Core Generative AI Techniques projects (first half) #187
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.
This PR addresses the request to create detailed documentation for the first half of the Core Generative AI Techniques lesson projects. As requested in the comments, this focuses on the first 6 categories of projects (21 total projects).
📚 What's Added
New Documentation Structure
03-CoreGenerativeAITechniques/docs/
folderprojects-documentation.md
with detailed project analysisreadme.md
with "Want to know more?" section linking to new documentationProjects Documented (First Half)
🗨️ Basic Chat (4 projects)
⚙️ Functions (4 projects)
🔍 RAG - Retrieval-Augmented Generation (6 projects)
👁️ Vision Analysis (4 projects)
🔊 Audio (2 projects)
🤖 Agents (3 projects)
📋 Documentation Features
Each project includes:
🔧 Technical Details
🎯 Navigation Improvements
The main README now includes a prominent "Want to know more?" section that guides learners to:
This documentation serves as a comprehensive guide for developers getting started with .NET AI development, covering everything from basic chat to advanced agent orchestration.
Ready to continue with the second half of projects when requested.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.