Commit 874d612
Microsoft.Extensions.AI.Templates version 9.4.0-preview.2 (#6303)
* Add missing reference to M.E.AI.OpenAI (#6275)
* Update README.md with keyless auth guidance (#6261)
* Update README.md
* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/README.md
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
---------
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
* Add note on extending timeout for Ollama client (#6258)
* Add note on extending timeout for Ollama client
Standard HttpClient timeout of 10 seconds applied by Service Defaults under .NET Aspire is likely too short for Ollama calls. Add note with code to extend this timeout.
* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/README.Aspire.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/README.Aspire.md
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
* Update chat template dependencies, fix OpenAI/Aspire config, and address build warnings (#6280)
* Update chat template dependencies
* Update test snapshots
* Update Aspire version
* Revert Aspire + update CommunityToolkit.Aspire
* Open README in VS after project creation
* Add Known Issue to Aspire README for Qdrant
* Update survey template URL
* Set the Project Template package version to -preview.2
* Update template baseline
* Update template pinned versions
* Do not append template args to snapshot names
* Fix vector store index in the README. Add an AzureAISearch template test.
* Add a note to the Aspire README for trusting the development certificate
* Use AddOpenAIClient for OpenAI and AddAzureOpenAIClient for Azure OpenAI
* Remove duplicated using System.ClientModel
* Update Aspire README to specify the exception thrown for the known issue
* Augment the Aspire README for more Docker notes for Ollama and Qdrant
* Fix Microsoft.Extensions.Http.Resilience warnings with separate pinned versions
* Update test baseline for: Rename EmbeddingGeneratorExtensions.GenerateEmbedding extension methods (#6295)
* Add --managed-identity to the template developer README
* Apply the Ollama timeout recommendation in the template code
* Call http.RemoveAllResilienceHandlers before adding the handler
* Update template test baseline
---------
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: David Cantu <dacantu@microsoft.com>
---------
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: David Cantu <dacantu@microsoft.com>1 parent 398f7f6 commit 874d612
File tree
139 files changed
+17892
-72
lines changed- eng
- src/ProjectTemplates
- Microsoft.Extensions.AI.Templates
- src/ChatWithCustomData
- .template.config
- ChatWithCustomData-CSharp.ServiceDefaults
- ChatWithCustomData-CSharp.Web
- Components/Layout
- test/ProjectTemplates/Microsoft.Extensions.AI.Templates.IntegrationTests
- Snapshots
- aichatweb.Basic.verified/aichatweb
- Components/Layout
- aichatweb.BasicAspire.verified/aichatweb
- aichatweb.AppHost
- Properties
- aichatweb.ServiceDefaults
- aichatweb.Web
- Components
- Layout
- Pages
- Chat
- Properties
- Services
- Ingestion
- wwwroot
- Data
- lib
- dompurify
- dist
- marked
- dist
- pdf_viewer
- pdfjs-dist
- dist
- build
- web
- images
- tailwindcss
- dist
- aichatweb.OpenAI_AzureAISearch.verified/aichatweb
- Components
- Layout
- Pages
- Chat
- Properties
- Services
- Ingestion
- wwwroot
- Data
- lib
- dompurify
- dist
- marked
- dist
- pdf_viewer
- pdfjs-dist
- dist
- build
- web
- images
- tailwindcss
- dist
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
139 files changed
+17892
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
28 | 44 | | |
29 | 45 | | |
| 46 | + | |
30 | 47 | | |
31 | 48 | | |
32 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments