Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/broken-links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: lycheeverse/lychee-action@v2.6.1
with:
args: >
--verbose --exclude-mail --no-progress --exclude ^https?://
--verbose --no-progress --exclude ^https?://
${{ steps.changed-markdown-files.outputs.all_changed_files }}
failIfEmpty: false
env:
Expand All @@ -50,8 +50,8 @@ jobs:
uses: lycheeverse/lychee-action@v2.6.1
with:
args: >
--verbose --exclude-mail --no-progress --exclude ^https?://
--verbose --no-progress --exclude ^https?://
'**/*.md'
failIfEmpty: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 6 additions & 1 deletion docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,9 @@ If you run into issue with PowerShell script file not being digitally signed, yo

```
powershell.exe -ExecutionPolicy Bypass -File ".\uploadfiles.ps1" -EndpointUrl https://kmgs<your dns name>.<datacenter>.cloudapp.azure.com
```
```

## Next Steps
Now that you've completed your deployment, you can start using the solution.

To help you get started, here are some [Sample Questions](./SampleQuestions.md) you can follow to try it out.
45 changes: 45 additions & 0 deletions docs/SampleQuestions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Sample Questions

To help you get started, here are some **Sample Prompts** you can ask in the app:

## **Housing Affordability & Report Analysis**
Prompts focus on housing issues, document filtering, and comparing annual report outcomes.

### **Overview**
_Sample Workflow:_

- Question: What are the main factors contributing to the current housing affordability issues?
- Task: Click one of the **suggested follow-up question** and related response is generated.
- Task: Click **New topic** button to clear the chat conversation.

### **Housing Report**
Explore key findings, compare annual data, and review detailed housing insights.

_Sample Workflow:_

- Task: Search for the keyword **Housing Report** to filter the document list and display only relevant results.
- Task: Select two documents **(Annual Housing Report 2022 & 2023)** right top panel is switched to **2 Selected** tab.
![housing](images/readme/dkm_housing.png)
- Question: Analyze the two annual reports and compare the positive and negative outcomes YoY. Show the results in a table.
- Task: Click **Details** on the **Annual Housing Report 2023** document to display the pop-up viewer.
- Task: Review the Extractive Summary for accuracy.
- Task: Scroll through the pages of the document until page **10** & **11**.
- Task: Click on **Chat** tab
- Question: Can you summarize and compare the tables on page **10** and **11**?

### **Contracts**
Review, analyze, and extract key details from handwritten contract documents.

_Sample Workflow:_

- Task: Search for the keyword **Contracts** to filter the document list and display only relevant results.
- Task: Select **3** to **4**, **handwritten contract documents**.
- Question: Analyze these forms and create a table with all buyers, sellers, and corresponding purchase prices.
- Task: Click **Details** button on one of the handwritten contracts to display the pop-up viewer.
- Task: Click on **Chat** tab
- Question: What liabilities is the buyer responsible for within the contract?


Enables faster insight discovery and smarter data analysis through automated content extraction and chat-based guidance.


Binary file added docs/images/readme/dkm_housing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading