Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.87 KB

File metadata and controls

53 lines (30 loc) · 1.87 KB

Using the web apps in the "Chat with your data" solution accelerator

Chat app

This solution accelerator provides a web app used for chatting with the LLM using the data you ingest with the Admin site. This app has a simple interface that enables you and your users to enter prompts and receive responses.

A screenshot of the chat app.

Admin site

This solution accelerator provides an "admin" site that enables you to upload, ingest, and explore your data, along with accessing prompt configuration settings.

A screenshot of the admin site.

Ingesting data

Using the Ingest data tab, you can add documents and index public web pages to be used as grounding data for Large Language Model (LLM) responses. Files that you upload will be chunked according to one of several strategies.

<how is a chunking strategy chosen?>

Strategy Description
Layout TBD
Page TBD
Fixed size overlap TBD
Paragraph TBD

You can see the chunks extracted from your files in the Explore data tab.

Prompt configuration

TBD

Add Authentication in Azure App Service configuration

  1. Click on Authentication from left menu.

Authentication

  1. Click on + Add Provider to see a list of identity providers.

Authentication Identity

  1. Click on + Add Provider to see a list of identity providers.

Add Provider

  1. Select the first option Microsoft Entra Id from the drop-down list. Add Provider

  2. Accept the default values and click on Add button to go back to the previous page with the identify provider added. Add Provider