File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,10 @@ description: A csharp sample app that chats with your data using OpenAI and AI S
46
46
- [ Enabling Application Insights] ( #enabling-optional-features )
47
47
- [ Enabling authentication] ( #enabling-authentication )
48
48
- [ Enable GPT-4V support] ( #enable-gpt-4v-support )
49
- - [ Productionizing] ( #productionizing )
50
- - [ Resources] ( #resources )
51
- - [ FAQ] ( #faq )
49
+ - [ Guidance] ( #guidance )
50
+ - [ Productionizing] ( #productionizing )
51
+ - [ Resources] ( #resources )
52
+ - [ FAQ] ( #faq )
52
53
53
54
# ChatGPT + Enterprise data with Azure OpenAI and Azure AI Search (.NET)
54
55
@@ -346,7 +347,11 @@ azd down --purge
346
347
azd env set AZD_PREPDOCS_RAN false # This is to ensure that the documents are re-indexed with the new fields.
347
348
```
348
349
349
- ## Productionizing
350
+ ## Guidance
351
+
352
+ Besides the tips below, you can find extensive documentation in the [ docs] ( ./docs ) folder.
353
+
354
+ ### Productionizing
350
355
351
356
This sample is designed to be a starting point for your own production application,
352
357
but you should do a thorough review of the security and performance before deploying
@@ -366,7 +371,7 @@ to production. Here are some things to consider:
366
371
367
372
- ** Loadtesting** : We recommend running a loadtest for your expected number of users.
368
373
369
- ## Resources
374
+ ### Resources
370
375
371
376
- [ Revolutionize your Enterprise Data with ChatGPT: Next-gen Apps w/ Azure OpenAI and Azure AI Search] ( https://aka.ms/entgptsearchblog )
372
377
- [ Azure AI Search] ( https://learn.microsoft.com/azure/search/search-what-is-azure-search )
You can’t perform that action at this time.
0 commit comments