Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into live #40982

Merged
merged 19 commits into from
May 20, 2024
Merged

Merge main into live #40982

merged 19 commits into from
May 20, 2024

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented May 17, 2024

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
馃搫 File 馃敆 Preview link
docs/ai/azure-ai-for-dotnet-developers.md Develop AI apps with .NET
docs/ai/conceptual/agents.md How agents and copilots work with LLMs
docs/ai/conceptual/embeddings.md "How Embeddings Extend Your AI Model's Reach"
docs/ai/conceptual/how-genai-and-llms-work.md How generative AI and LLMs work
docs/ai/conceptual/prompt-engineering-dotnet.md docs/ai/conceptual/prompt-engineering-dotnet
docs/ai/conceptual/understanding-openai-functions.md Understand OpenAI function calling
docs/ai/conceptual/understanding-tokens.md "Understanding tokens"
docs/ai/conceptual/vector-databases.md Vector databases for .NET + AI
docs/ai/conceptual/zero-shot-learning.md docs/ai/conceptual/zero-shot-learning
docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md CustomerIntent: As a .NET developer new to Azure OpenAI, I want to scale my Azure OpenAI capacity to avoid rate limit errors with Azure Container Apps.
docs/ai/get-started-app-chat-template.md CustomerIntent: As a .NET developer new to Azure OpenAI, I want deploy and use sample code to interact with app infused with my own business data so that learn from the sample code.
docs/ai/how-to/app-service-aoai-auth.md "Authenticate and Authorize App Service to Azure OpenAI using Microsoft Entra and the Semantic Kernel SDK"
docs/ai/how-to/app-service-db-auth.md Authenticate and authorize App Service to a vector database
docs/ai/how-to/content-filtering.md docs/ai/how-to/content-filtering
docs/ai/how-to/use-redis-for-memory.md Use Redis for memory storage with the Semantic Kernel SDK
docs/ai/how-to/work-with-local-models.md "Use Custom and Local AI Models with the Semantic Kernel SDK for .NET"
docs/ai/tutorials/llm-eval.md Tutorial: Evaluate an LLM's prompt completions
docs/ai/tutorials/tutorial-ai-vector-search.md docs/ai/tutorials/tutorial-ai-vector-search
docs/core/install/linux-fedora.md Install the .NET SDK or the .NET Runtime on Fedora
docs/core/testing/mstest-analyzers/usage-rules.md MSTest Usage rules (code analysis)
docs/core/tutorials/publishing-with-visual-studio-code.md Tutorial: Publish a .NET console application using Visual Studio Code
docs/csharp/fundamentals/types/records.md docs/csharp/fundamentals/types/records
docs/csharp/language-reference/compiler-options/errors-warnings.md C# Compiler Options to report errors and warnings
docs/csharp/linq/how-to-query-strings.md "Use LINQ to query strings"
docs/fsharp/language-reference/index.md F# Language Reference
docs/machine-learning/automate-training-with-cli.md Automate model training with the ML.NET CLI
docs/machine-learning/tutorials/index.md docs/machine-learning/tutorials/index
docs/machine-learning/tutorials/object-detection-custom-vision-onnx.md Tutorial: Categorize an image in ML.NET from Custom Vision ONNX model
docs/machine-learning/tutorials/object-detection-model-builder.md 'Tutorial: Detect objects in images with Model Builder'
docs/standard/serialization/system-text-json/migrate-from-newtonsoft.md Migrate from Newtonsoft.Json to System.Text.Json

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

BillWagner and others added 9 commits May 16, 2024 13:52
This snippet runs in the TRY.NET editor, so collection expressions are supported yet.
* AI chat app refresh

* fix ordered list
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Fix description for MSTEST0003 on page listing usage rules

* Update docs/core/testing/mstest-analyzers/usage-rules.md

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@dotnet-bot dotnet-bot added this to the May 2024 milestone May 17, 2024
adegeo and others added 10 commits May 17, 2024 12:55
* start doc

* add sample code

* add invoke prompt example for chat completion

* finish first draft

* some rewording

* Use a lazy-init pattern for the Attributes property

* revised metadata and content to better match guidelines

* Revert "revised metadata and content to better match guidelines"

This reverts commit 2925c10.

* pr feedback

* revised metadata and content to better match guidelines

* update code samples to show more mock code around the model interactions

* Apply suggestions from code review

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Revert "revised metadata and content to better match guidelines"

This reverts commit 26c3037.

* TOC and Index skeleton for AI docs (#40450)

* Add TOC entry

* Concept - How GenAI and LLMs work (#40428)

* add comment to clarify when responses are null

* fix typo

* updates based on PR feedback

* format code and remove old file

* move link to new line to prevent scroll

* Concept - Prompt Engineering (#40462)

* Stthomas/concepts-embeds (#40540)

* Stthomas/conceptual (#40593)

* Pr/stthomas/agents (#40627)

* Concept - Understanding OpenAI Function Calling (#40639)

* Concept - Understanding Tokens (#40429)

* How To - Use Redis for memory (#40539)

* Ai vector search (#40660)

* initial commit

* draft

* changes

* code formatting

* fix

* updates

* changes

* tweaks

* How To - App Service to Vector DB Auth (#40621)

* Initial draft of core content.

* Added a first draft with a recommended learning path

* Added to TOC

* Fixed a typo

* Fixed broken links

* One last typo fix

* Fixed the page title

* Fixed heading levels

* Apply suggestions from code review

Addressed feedback from reviews.

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Add an area node for AI in .NET (#40795)

Add a dedicated area node for AI in .NET for the what's new config. This will provide a dedicated section in the What's New articles for our AI related content.

* start llm-eval doc

* reorder some things

* doc work

* final touches

* add toc

* PR feedback

* tweaks (#40831)

* NET content filtering

* fixes

* add output example

* toc

* example

* fix

* fix

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Fixes for broken links in AI docs (#40881)

* Fixed some broken links

* Added required newline ending

---------

Co-authored-by: alexwolfmsft <93200798+alexwolfmsft@users.noreply.github.com>

* TOC and landing page updates

* fix links

* toc fixes

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Update toc.yml

* Fix GH issues

* Fix link

* Toc and landing updates

* date change

* Expand vector doc

* edits

* toc updates

* Fix links

* fix link

* change header

* Add AI box on hub page

* link fixes

* add metadata

* fixed service config

* alphabetize

* update azure dev hub to point to ai docs

* date for linter

* update ai card

* .NET AI - local dev container

* fix markdown lint

* ported over embeddings changes

* Update docs/ai/get-started-app-chat-template.md

Co-authored-by: alexwolfmsft <93200798+alexwolfmsft@users.noreply.github.com>

* Update docs/ai/get-started-app-chat-template.md

Co-authored-by: alexwolfmsft <93200798+alexwolfmsft@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* fix links

* Apply suggestions from code review

* Apply suggestions from code review

* Update docfx.json

* Update azure-ai-for-dotnet-developers.md

---------

Co-authored-by: Sloan Haywood <shaywood@aquent.com>
Co-authored-by: Sloan Haywood <haywood.sloan@yahoo.com>
Co-authored-by: Steven Thomas <stthomas@aquent.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Steven Thomas <55905423+catbutler@users.noreply.github.com>
Co-authored-by: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com>
Co-authored-by: Dina Berry (MSFT) <diberry@microsoft.com>
Records do not specifically use reference equality on reference types, they compare members using `EqualityComparer<T>.Default.Equals` which means that overriden Equality is respected
Fixes #40355

I also checked other files deleted in #22797 and nothing else was lost.
@gewarren gewarren merged commit b4ee717 into live May 20, 2024
20 checks passed
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.

None yet