Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
656 stars 327 forks source link

fix: The Web UX is intentionally not revealing references when clicked to display #974

Closed Rohini-Microsoft closed 1 month ago

Rohini-Microsoft commented 1 month ago

Purpose

The Web UX is intentionally not revealing references when clicked to display

solution: Added logic in Answer.tsx file in useEffect method. Also used useRef hook.

Does this introduce a breaking change?

How to Test

What to Check

github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL250056177% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
277 0 :zzz: 0 :x: 0 :fire: 34.630s :stopwatch:
ross-p-smith commented 1 month ago

@Rohini-Microsoft - The title of this PR will go into the Release Notes. It's great that you are referencing the issue that this fixes - can that be in the Pull Request Description and you add a useful short description of what this PR solves?

e.g. fix: UI not revealing references when clicked

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.4.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: