You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04-PracticalSamples/readme.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ In eShopLite with semantic search, we use Semantic Kernel to enhance the search
45
45
46
46
For example, if a user searches for "do you have something for cooking", the search engine can understand that the user is looking for kitchenware and show the most relevant products, in context of our sample, it returns Camping Cookware.
47
47
48
-
> 🧑💻**Sample**: Check out the [eShopLite semantic search sample](https://aka.ms/netaieshoplitesemanticsearch)
48
+
> 🧑💻**Sample**: Check out the [eShopLite semantic search sample](https://aka.ms/eshoplite/repo)
49
49
50
50

51
51
@@ -234,15 +234,15 @@ Application Insights provides a comprehensive set of telemetry data, helping us
### eShopLite with semantic search using Azure AI Search
240
240
241
241
IneShopLiteend-to-enddemo, weuse**AzureAISearch**toenhancethesearchcapabilitiesofthee-commerceapplication. AzureAISearchhelpsuscreateamorerobustsearchenginethatcanunderstandthecontextoftheuser's queries and provide more accurate results.
Copy file name to clipboardExpand all lines: 10-WhatsNew/readme.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,27 @@ This page tracks the history of new features, tools, and models added to the cou
5
5
## March 2025
6
6
7
7
### MCP Library Integration
8
+
8
9
-**Model Context Protocol for .NET**: We've added support for the [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk), which provides a standardized way to communicate with AI models across different providers.
9
10
- This integration enables more consistent interactions with models while reducing provider lock-in.
10
11
- Check out our new samples demonstrating MCP integration in the [Core Generative AI Techniques](../03-CoreGenerativeAITechniques/) section.
11
12
13
+
### eShopLite Scenarios Repository
14
+
15
+
-**New eShopLite Repository**: All eShopLite scenarios are now available in a single repository: [https://aka.ms/eshoplite/repo](https://aka.ms/eshoplite/repo)
16
+
17
+
- The new repo includes:
18
+
- Product catalog browsing
19
+
- Shopping cart management
20
+
- Order placement and tracking
21
+
- User authentication and profiles
22
+
- Integration with Generative AI for recommendations and chat
23
+
- Admin dashboard for product and order management
24
+
12
25
## February 2025
13
26
14
27
### phi4-mini Model Support
28
+
15
29
- The [Ollama Codespace](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/blob/main/02-SetupDevEnvironment/getting-started-ollama.md) now automatically downloads the [phi4-mini model](https://ollama.com/library/phi4-mini) - Microsoft's compact yet powerful LLM.
16
30
- Try it in samples like:
17
31
-[Chat Application](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/blob/main/03-CoreGenerativeAITechniques/src/BasicChat-03Ollama/Program.cs) - Experience fast responses with this efficient model
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,14 @@ Don't forget to [star (🌟) this repo](https://docs.github.com/en/get-started/e
30
30
31
31
We're constantly improving this course with the latest AI tools and models:
32
32
33
-
-**MCP Library Integration**: We've integrated the [Model Context Protocol C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) to provide a standardized way to communicate with AI models across different providers. This allows for more consistent model interactions while reducing provider lock-in. Check our samples in the Core Techniques section!
34
-
-[5 min video overview of an Aspire + MCP demo](https://www.youtube.com/watch?v=2holzbob1_I)
35
-
- Sample code for the video in the [04-PracticalSamples/src/Aspire.MCP.Sample.sln](./04-PracticalSamples/src/Aspire.MCP.Sample.sln) solution.
36
-
33
+
-**eShopLite Scenarios Repository**: All eShopLite scenarios are now available in a single repository: [https://aka.ms/eshoplite/repo](https://aka.ms/eshoplite/repo)
34
+
- Product catalog browsing
35
+
- Shopping cart management
36
+
- Order placement and tracking
37
+
- User authentication and profiles
38
+
- Integration with Generative AI for recommendations and chat
39
+
- Admin dashboard for product and order management
40
+
37
41
[View all previous updates in our What's New section](./10-WhatsNew/readme.md)
0 commit comments