From 75f261996c495758f20c75c056518ae7c8cf13bf Mon Sep 17 00:00:00 2001 From: gmndrg <46359679+gmndrg@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:25:01 -0600 Subject: [PATCH] Update README.md - Pricing Updating with Pricing considerations --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 36b3d60e4..f8a776281 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,17 @@ docker push YOUR_DOCKER_REGISTRY/YOUR_DOCKER_IMAGE |APPINSIGHTS_CONNECTION_STRING||The Application Insights connection string to store the application logs| |ORCHESTRATION_STRATEGY | openai_functions | Orchestration strategy. Use Azure OpenAI Functions (openai_functions) or LangChain (langchain) for messages orchestration. If you are using a new model version 0613 select "openai_functions" (or "langchain"), if you are using a 0314 model version select "langchain" | +## Pricing Considerations + +This solution accelerator deploys multiple resources. Evaluate the cost of each component prior to deployment. + +The following are links to the pricing details for some of the resources: +- [Azure OpenAI service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/). GPT and embedding models are charged separately. +- [Azure Cognitive Search pricing](https://azure.microsoft.com/pricing/details/search/). Cognitive Search core service and semantic search are charged separately. +- [Azure Blob Storage](https://azure.microsoft.com/pricing/details/storage/blobs/) +- [Azure Functions](https://azure.microsoft.com/pricing/details/functions/) +- [Azure AI Document Intelligence](https://azure.microsoft.com/pricing/details/ai-document-intelligence/) + ## Licensing This repository is licensed under the [MIT License](LICENSE.md).