From 7992eb8fad14ca70569347ef36df552901ea0f2f Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Wed, 13 Nov 2024 20:20:58 +0000 Subject: [PATCH] Update Readme.md --- src/02.ONNXRuntime/01.WebGPUChatRAG/Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/02.ONNXRuntime/01.WebGPUChatRAG/Readme.md b/src/02.ONNXRuntime/01.WebGPUChatRAG/Readme.md index 807eb55..aac2354 100644 --- a/src/02.ONNXRuntime/01.WebGPUChatRAG/Readme.md +++ b/src/02.ONNXRuntime/01.WebGPUChatRAG/Readme.md @@ -16,6 +16,8 @@ WebGPU is currently supported in browsers like Google Chrome, with ongoing work ### 03.WebGPU Required Environment: +Machine with GPU + **Supported browsers:** - Google Chrome 113+ - Microsoft Edge 113+ @@ -127,4 +129,4 @@ Click on the button that says “Choose File” to pick the document you want to After selecting your file, click the “Upload” button to load your document for RAG (Retrieval-Augmented Generation). ### Start Your Chat: -Once the document is uploaded, you can start a chat session using RAG based on the content of your document. \ No newline at end of file +Once the document is uploaded, you can start a chat session using RAG based on the content of your document.