Skip to content

Add Guidance main section to README.md #368

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 1 commit into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ description: A csharp sample app that chats with your data using OpenAI and AI S
- [Enabling Application Insights](#enabling-optional-features)
- [Enabling authentication](#enabling-authentication)
- [Enable GPT-4V support](#enable-gpt-4v-support)
- [Productionizing](#productionizing)
- [Resources](#resources)
- [FAQ](#faq)
- [Guidance](#guidance)
- [Productionizing](#productionizing)
- [Resources](#resources)
- [FAQ](#faq)

# ChatGPT + Enterprise data with Azure OpenAI and Azure AI Search (.NET)

Expand Down Expand Up @@ -346,7 +347,11 @@ azd down --purge
azd env set AZD_PREPDOCS_RAN false # This is to ensure that the documents are re-indexed with the new fields.
```

## Productionizing
## Guidance

Besides the tips below, you can find extensive documentation in the [docs](./docs) folder.

### Productionizing

This sample is designed to be a starting point for your own production application,
but you should do a thorough review of the security and performance before deploying
Expand All @@ -366,7 +371,7 @@ to production. Here are some things to consider:

- **Loadtesting**: We recommend running a loadtest for your expected number of users.

## Resources
### Resources

- [Revolutionize your Enterprise Data with ChatGPT: Next-gen Apps w/ Azure OpenAI and Azure AI Search](https://aka.ms/entgptsearchblog)
- [Azure AI Search](https://learn.microsoft.com/azure/search/search-what-is-azure-search)
Expand Down
Loading