-
Notifications
You must be signed in to change notification settings - Fork 829
Add Aspire support to chat template #6102
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
512b95a
Use GUID keys for vector store records
MackinnonBuck 92564ae
Aspire template starting point
MackinnonBuck 72974a2
Unify Aspire and single-project templates
MackinnonBuck 59dad4a
Started on AzureOpenAI Aspire support
MackinnonBuck 513480f
Copy existing non-aspire functionality into Program.Aspire.cs
MackinnonBuck 58f6e54
Use version properties
MackinnonBuck 5b40a68
Merge remote-tracking branch 'origin/main' into mbuck/chat-template-a…
MackinnonBuck 2b9c10d
Fix merge problems + remove use of obsolete APIs
MackinnonBuck 20a6571
Update Versions.props
MackinnonBuck 2754615
Fix Microsoft.Extensions.Http.Resilience reference
MackinnonBuck d6fb86d
Fix in-repo build
MackinnonBuck c6b706d
Ollama fixes
MackinnonBuck 7e94d85
Revert snapshot changes until tests are fixed
MackinnonBuck 3984dfc
Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/Cha…
MackinnonBuck f55cbec
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck 8fd88ad
Remove .Web suffix in non-Aspire variant
MackinnonBuck 87364b5
Move Azure OpenAI + Sqlite to AppHost
MackinnonBuck 6081418
Merge remote-tracking branch 'origin/main' into mbuck/chat-template-a…
MackinnonBuck 1c12ac3
Move GH Models config to AppHost
MackinnonBuck 6f7204e
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck 972e8dc
Move OpenAI config to AppHost
MackinnonBuck 18607e3
Move Azure AI search config to AppHost
MackinnonBuck 41e5534
Update existing test snapshots
MackinnonBuck 87e0d22
Update template tests
MackinnonBuck f97ec71
Fix build by using generated .sln
MackinnonBuck c514446
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck 4fefb2b
Remove .sln file from snapshot
MackinnonBuck 63549b0
Only use GUID keys when UseQdrant
MackinnonBuck 0006710
If duplicate .sln files, output full paths of each
MackinnonBuck 40dcd79
Limit .sln file search depth on Linux
MackinnonBuck 2fb83f5
Add back .sln to snapshot to see if it will work
MackinnonBuck 9a7c53a
Enable Aspire option in VS
MackinnonBuck 500d36a
Improve Azure+Aspire integration
MackinnonBuck adcf32c
Update test snapshots
MackinnonBuck b8165b1
Improved Aspire+OpenAI integration
MackinnonBuck 371a348
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck 6b4f144
Fix accidental .gitignore change
MackinnonBuck e2b0741
Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/Cha…
MackinnonBuck c4d9b63
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck a85a0cf
PR feedback
MackinnonBuck ae151bd
Add `UseOpenTelemetry()`
MackinnonBuck ee39b7b
Update snapshots
MackinnonBuck 8f18b5a
Simplified OpenAI configuration
MackinnonBuck 3ee2dca
Update snapshots
MackinnonBuck f51e491
Add README for Aspire template
MackinnonBuck 88c4e71
Small fix + update snapshots
MackinnonBuck d02e736
Update .gitignore
MackinnonBuck 62217f5
Merge remote-tracking branch 'origin/main' into mbuck/chat-template-a…
MackinnonBuck fe1287e
PR feedback
MackinnonBuck c171afa
Add quotes around connection strings
MackinnonBuck efdd968
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck 017ff1f
Add comment about warning suppression
MackinnonBuck f08025d
Merge branch 'main' into mbuck/chat-template-aspire
MackinnonBuck b569f81
Fix filename filtering
MackinnonBuck e40f170
Merge remote-tracking branch 'origin/main' into mbuck/chat-template-a…
MackinnonBuck 84718b5
Add Blazor and .NET Aspire classifications
jmatthiesen 86e9b49
PR feedback
MackinnonBuck 9ed832d
Merge remote-tracking branch 'origin/main' into mbuck/chat-template-a…
MackinnonBuck 1917bc8
Added support for OTel semantic conventions for GenAI with Aspire (#6…
jmatthiesen 319a0d3
Update test snapshots
MackinnonBuck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -316,3 +316,6 @@ BenchmarkDotNet.artifacts/ | |
*.binlog | ||
/eng/scripts/repo-digest.html | ||
**/.DS_Store | ||
|
||
# VERIFY | ||
!**/*.verified/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 36 additions & 2 deletions
38
...osoft.Extensions.AI.Templates/src/ChatWithCustomData/.template.config/dotnetcli.host.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,10 @@ | |
{ | ||
"id": "VectorStore", | ||
"isVisible": true | ||
}, | ||
{ | ||
"id": "UseAspire", | ||
"isVisible": true | ||
} | ||
] | ||
} |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.