Skip to content

Commit 64c34fe

Browse files
committed
deploy: 85500a9
1 parent 85500a9 commit 64c34fe

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

latest/GenAIExamples/GraphRAG/ui/svelte/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ <h1>ChatQnA Customized UI<a class="headerlink" href="#chatqna-customized-ui" tit
26252625
<section id="project-screenshots">
26262626
<h2>📸 Project Screenshots<a class="headerlink" href="#project-screenshots" title="Link to this heading"></a></h2>
26272627
<p><img alt="project-screenshot" src="../../../../_images/chat_ui_init.png" />
2628-
<img alt="project-screenshot" src="../../../../_images/chat_ui_response.png" />
2628+
<img alt="project-screenshot" src="../../../../_images/chat_ui_response1.png" />
26292629
<img alt="project-screenshot" src="../../../../_images/chat_ui_upload.png" /></p>
26302630
</section>
26312631
<section id="features">

latest/_images/chat_ui_response.png

-2.11 KB
Loading

latest/_images/chat_ui_response1.png

2.11 KB
Loading

latest/getting-started/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ <h3>Interact with ChatQnA<a class="headerlink" href="#interact-with-chatqna" tit
28842884
<div><p><strong>Note:</strong> For users running on ITAC, open a browser to localhost:80 if using port forwarding OR the virtual IP address of the load balancer.</p>
28852885
</div></blockquote>
28862886
<p>When asking a sample question such as ‘What is OPEA?’, a snapshot of the interface may look like:</p>
2887-
<p><img alt="Chat Interface" src="../_images/chat_ui_response1.png" /></p>
2887+
<p><img alt="Chat Interface" src="../_images/chat_ui_response.png" /></p>
28882888
<p>Given that any information about OPEA was not in the training data for the model, the model hallucinates and comes up with an incorrect response. To address this, upload a document (PDF) with information and observe how the response changes.</p>
28892889
<blockquote>
28902890
<div><p><strong>Note:</strong> this example leverages the OPEA document for its RAG based content. This <a class="reference download internal" download="" href="../_downloads/41c91aec1d47f20ca22350daa8c2cadc/what_is_opea.pdf"><span class="xref download myst">OPEA document</span></a> can be downloaded and uploaded using the UI.</p>

0 commit comments

Comments
 (0)