Skip to content

Commit

Permalink
Merge branch 'main' into ryonsteele/6348-runtime-keyvault-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland authored Jan 4, 2024
2 parents eee5ea6 + 961f6a1 commit f37ff9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@types/dompurify": "^2.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.1",
"@vitejs/plugin-react": "^4.2.1",
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite": "^5.0.10",
"postcss-nesting": "^11.2.2"
}
}
2 changes: 1 addition & 1 deletion docs/deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ AZURE_OPENAI_EMBEDDINGS_MODEL_NAME | No | This will display in the Info panel in
AZURE_OPENAI_EMBEDDINGS_MODEL_VERSION | No | This will display in the Info panel in the UX if you don't have access to the resource group where the Azure OpenAI embeddings models are deployed. See *local.env.example* for specific guidance.
AZURE_OPENAI_CHATGPT_MODEL_CAPACITY | Yes | This value can be used to provide the provisioned capacity of the GPT model deployed to Azure OpenAI when you have reduced capacity.
CHAT_WARNING_BANNER_TEXT | No | Defaults to "". Provide a value in this parameter to display a header and footer to the UX of Information Assistant with the included warning banner text.
DEFAULT_LANGUAGE | Yes | Use the parameter to specify the matching ENV file located in the `scripts/environments/languages` folder. You can then use this file to customize the language settings of the search index, search skillsets, and Azure OpenAI prompts. See [Configuring your own language ENV file](/features/configuring_language_env_files.md) more information.
DEFAULT_LANGUAGE | Yes | Use the parameter to specify the matching ENV file located in the `scripts/environments/languages` folder. You can then use this file to customize the language settings of the search index, search skillsets, and Azure OpenAI prompts. See [Configuring your own language ENV file](/docs/features/configuring_language_env_files.md) more information.
ENABLE_CUSTOMER_USAGE_ATTRIBUTION <br>CUSTOMER_USAGE_ATTRIBUTION_ID | No | By default, **ENABLE_CUSTOMER_USAGE_ATTRIBUTION** is set to `true`. The CUA GUID which is pre-configured will tell Microsoft about the usage of this software. Please see [Data Collection Notice](/README.md#data-collection-notice) for more information. <br/><br/>You may provide your own CUA GUID by changing the value in **CUSTOMER_USAGE_ATTRIBUTION_ID**. Ensure you understand how to properly notify your customers by reading <https://learn.microsoft.com/en-us/partner-center/marketplace/azure-partner-customer-usage-attribution#notify-your-customers>.<br/><br/>To disable data collection, set **ENABLE_CUSTOMER_USAGE_ATTRIBUTION** to `false`.
ENABLE_DEV_CODE | No | Defaults to `false`. It is not recommended to enable this flag, it is for development testing scenarios only.
APPLICATION_TITLE | No | Defaults to "". Providing a value for this parameter will replace the Information Assistant's title in the black banner at the top of the UX.
Expand Down
10 changes: 10 additions & 0 deletions docs/features/user_experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ You can view the status up files that have been uploaded to the system through t
> ![Upload Status Link](/docs/images/view-upload-status-link.png)
> 1. Select options and **Refresh** the view. The options defaults to *4 hours* Timespan and *All* File Status.
> ![Upload Status Options and Refresh Links](/docs/images/view-upload-status-options-and-refresh.png)

### Using sample data - optional

Referring to the manage content sections above for [Upload files](/docs/images/upload-files-link.png) and [View upload status](/docs/images/view-upload-status-link.png), you can optionally load open source sample data to demonstrate the capabilities of the Information Assistant. The following data sources may be useful for your initial demonstration purposes:

> 1. Microsoft financial statements are available at the SEC Filings site. This dataset enables the user to ask questions such as "What are Microsoft sources of revenue?". You can optionally load Microsoft's [SEC Filings at gcs-web.com](https://github.com/microsoft/PubSec-Info-Assistant/assets/113293560/6d813f55-b633-495d-b033-ede43a661f59)
> 2. An Ice Cream data set is available at kaggle.com. This dataset enables the user to ask questions such ase "What are flavors of breyers?" You can optionally load the [Ice Cream Dataset from kaggle.com](https://github.com/microsoft/PubSec-Info-Assistant/assets/113293560/0b4f80ed-dcf7-408f-b478-684cc1f997e5)

0 comments on commit f37ff9b

Please sign in to comment.