diff --git a/ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css b/ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css index abb301598..f167b086d 100644 --- a/ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css +++ b/ClientAdvisor/App/frontend/src/components/ChatHistory/ChatHistoryPanel.module.css @@ -1,11 +1,11 @@ .container { - max-height: calc(100vh - 100px); - width: 300px; + height: calc(100vh - 100px); + width: 305px; } .listContainer { overflow: hidden auto; - max-height: calc(90vh - 105px); + height: calc(90vh - 230px); } .itemCell { @@ -79,9 +79,9 @@ } @media screen and (-ms-high-contrast: active), (forced-colors: active) { - .container{ - border: 2px solid WindowText; - background-color: Window; - color: WindowText; + .container { + border: 2px solid WindowText; + background-color: Window; + color: WindowText; } -} \ No newline at end of file +} diff --git a/ClientAdvisor/Deployment/images/readMe/architecture.png b/ClientAdvisor/Deployment/images/readMe/architecture.png index a981695cd..3716611da 100644 Binary files a/ClientAdvisor/Deployment/images/readMe/architecture.png and b/ClientAdvisor/Deployment/images/readMe/architecture.png differ diff --git a/ClientAdvisor/Deployment/images/readMe/keyfeatures.png b/ClientAdvisor/Deployment/images/readMe/keyfeatures.png index 681a39f42..d13c0ed66 100644 Binary files a/ClientAdvisor/Deployment/images/readMe/keyfeatures.png and b/ClientAdvisor/Deployment/images/readMe/keyfeatures.png differ diff --git a/ClientAdvisor/README.md b/ClientAdvisor/README.md index 9be8dde46..3776f1c36 100644 --- a/ClientAdvisor/README.md +++ b/ClientAdvisor/README.md @@ -65,7 +65,7 @@ For additional training and support, please see: ### **How to install/deploy** 1. Please check the link [Azure Products by Region]( -https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Studio are available. +https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Foundry are available. 2. Click the following deployment button to create the required resources for this accelerator in your Azure Subscription. diff --git a/ResearchAssistant/Deployment/AIStudioDeployment.md b/ResearchAssistant/Deployment/AIFoundryDeployment.md similarity index 89% rename from ResearchAssistant/Deployment/AIStudioDeployment.md rename to ResearchAssistant/Deployment/AIFoundryDeployment.md index 42b5966b9..0473cb677 100644 --- a/ResearchAssistant/Deployment/AIStudioDeployment.md +++ b/ResearchAssistant/Deployment/AIFoundryDeployment.md @@ -1,8 +1,8 @@ -# AI Studio Deployment Guide +# AI Foundry Deployment Guide Please follow the steps below to configure the Prompt flow endpoint in App service configuration. -## Step 1: Open AI Studio Project -1. Launch the [AI Studio](https://ai.azure.com/) and select `Build` from the top menu. +## Step 1: OpenAI Foundry Project +1. Launch the [AI Foundry](https://ai.azure.com/) and select `project` under Jump into a project in Azure AI Foundry, If not found click on View all projects from the top menu. ![Home](/ResearchAssistant/Deployment/images/aiStudio/Home.png) @@ -10,7 +10,7 @@ Please follow the steps below to configure the Prompt flow endpoint in App servi ## Step 2: Import Prompt Flow and Deploy -1. Click on `PromptFlow` button from left menu under `Tools`. +1. Click on `PromptFlow` button from left menu under `Build and customize`. ![Prompt Flow](/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png) @@ -27,7 +27,7 @@ Please follow the steps below to configure the Prompt flow endpoint in App servi ![Upload Local File](/ResearchAssistant/Deployment/images/aiStudio/UploadLocalFile.png) -5. Click on `Select runtime` and chick on `Start` from the drop-down list. It can take few minutes for the runtime to start. +5. Click on `Start compute session` and click on `Start compute session` from the drop-down list. It can take few minutes for the runtime to start. ![Select Runtime](/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png) @@ -38,12 +38,12 @@ Please follow the steps below to configure the Prompt flow endpoint in App servi ![Deploy Draft Flow](/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png) -7. It will take few minutes for the flow to be validated and deployed. Click on `Deployments` from left menu. You might only see the Default_AzureOpenAI deployments in the page until the deployment is completed. Please wait and click on `Refresh` after few minutes. +7. It will take few minutes for the flow to be validated and deployed. Click on `Models + endpoints` from left menu. You might only see the Default_AzureOpenAI deployments in the page until the deployment is completed. Please wait and click on `Refresh` after few minutes. ![Deployments Page](/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png) -8. Click on the deployed endpoint with name `draftsinference-1`. +8. Click on the deployed endpoint with name `ai-project-bycra-jzxzb-1`. ![Drafts Endpoint](/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png) 9. Click on `Consume` from the top menu. Copy below details to use later in step 3.6. diff --git a/ResearchAssistant/Deployment/FabricDeployment.md b/ResearchAssistant/Deployment/FabricDeployment.md index a9a16480c..12a997a65 100644 --- a/ResearchAssistant/Deployment/FabricDeployment.md +++ b/ResearchAssistant/Deployment/FabricDeployment.md @@ -8,10 +8,10 @@ Please follow the steps below to set up the Fabric Workspace and collect the id 3. Enter a Workspace Name and click on `Apply`. ![New Workspace](/ResearchAssistant/Deployment/images/fabric/CreateWorkspace.png) -4. On the next page, click on `New`. +4. On the next page, click on `Import`. ![Create Workspace](/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png) -5. Click on `Import Notebook`. +5. Click on `Notebook`. ![Create Workspace](/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png) diff --git a/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png b/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png index 273da9c47..d25edc70d 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png and b/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png b/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png index cc3a41611..da4297e70 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png and b/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png b/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png index 9f1b4f46c..7811d2559 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png and b/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpointConsume.png b/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpointConsume.png index 8adf421ff..5182c7ddf 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpointConsume.png and b/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpointConsume.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/Home.png b/ResearchAssistant/Deployment/images/aiStudio/Home.png index f1297640a..4260e1ec7 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/Home.png and b/ResearchAssistant/Deployment/images/aiStudio/Home.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png b/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png index 819717a12..f658e9e7b 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png and b/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png differ diff --git a/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png b/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png index 012492cf6..f58e96b51 100644 Binary files a/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png and b/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png differ diff --git a/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png b/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png index 0264ea3ff..ca9c90f0b 100644 Binary files a/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png and b/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png differ diff --git a/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png b/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png index b39b2083c..aab07f598 100644 Binary files a/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png and b/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png differ diff --git a/ResearchAssistant/Deployment/images/readMe/architecture.png b/ResearchAssistant/Deployment/images/readMe/architecture.png index 5c1ee04c7..a8f014907 100644 Binary files a/ResearchAssistant/Deployment/images/readMe/architecture.png and b/ResearchAssistant/Deployment/images/readMe/architecture.png differ diff --git a/ResearchAssistant/Deployment/images/readMe/landing_page.png b/ResearchAssistant/Deployment/images/readMe/landing_page.png index 4d92f0267..2c3e803d0 100644 Binary files a/ResearchAssistant/Deployment/images/readMe/landing_page.png and b/ResearchAssistant/Deployment/images/readMe/landing_page.png differ diff --git a/ResearchAssistant/README.md b/ResearchAssistant/README.md index ba1639dd7..7fb9f2eed 100644 --- a/ResearchAssistant/README.md +++ b/ResearchAssistant/README.md @@ -52,7 +52,7 @@ For additional training and support, please see: 1. [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/) 2. [Azure AI Search](https://learn.microsoft.com/en-us/azure/search/) 3. [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) -4. [Azure AI Studio](https://learn.microsoft.com/en-us/azure/ai-studio/) +4. [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-studio/) ### Solution accelerator architecture ![image](Deployment/images/readMe/architecture.png) @@ -64,7 +64,7 @@ For additional training and support, please see: ### **How to install/deploy** 1. Please check the link [Azure Products by Region]( -https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Studio are available. +https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all®ions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Foundry are available. 2. Click the following deployment button to create the required resources for this accelerator in your Azure Subscription. @@ -74,9 +74,9 @@ https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-regi ![image](Deployment/images/readMe/armDeployment.png) -4. When Deployment is complete, follow steps in [AI Studio Deployment guide](./Deployment/AIStudioDeployment.md) to configure the grant draft proposal endpoint. +4. When Deployment is complete, follow steps in [AI Foundry Deployment guide](./Deployment/AIFoundryDeployment.md) to configure the grant draft proposal endpoint. -5. When AI Studio deployment is complete, launch the application by navigating to your Azure resource group, choosing the app service resource, and clicking on the default domain. You should bookmark this URL to have quick access to your deployed application. +5. When AI Foundry deployment is complete, launch the application by navigating to your Azure resource group, choosing the app service resource, and clicking on the default domain. You should bookmark this URL to have quick access to your deployed application. The next steps are optional for additional learning. Not required to deploy the solution and run the Grant Writer Assistant.