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
* Implement latest AskAI experience
- Also includes some search adjustments and overall adjustments
- Use new AI Assistant icon and colors
- Run streaming in background, so that you can close and open the popover
* eslint fixes
Copy file name to clipboardExpand all lines: aspire/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Should have these secrets
87
87
> Parameters:DocumentationElasticApiKey = ****
88
88
89
89
To set them:
90
-
90
+
91
91
```bash
92
92
dotnet user-secrets --project aspire set Parameters:DocumentationElasticApiKey <VALUE>
93
93
```
@@ -149,4 +149,3 @@ dotnet test tests-integration/Elastic.Assembler.IntegrationTests --filter "Fully
149
149
- Network connectivity issues with Elasticsearch
150
150
-**Performance optimization**: Subsequent test runs against the same Elasticsearch instance are significantly faster because indexing is skipped when data is already up-to-date
151
151
- The base class `SearchTestBase` can be extended for additional search-related tests, providing consistent initialization and intelligent indexing behavior
0 commit comments