From bc27f82b36c6f4b8bc986ea7ba2006da3d94220b Mon Sep 17 00:00:00 2001
From: gabrielchua <34762009+gabrielchua@users.noreply.github.com>
Date: Mon, 22 Jan 2024 21:36:07 +0800
Subject: [PATCH] Update README.md
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index d5fe808..9572b5c 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,12 @@
-RAGxplorer is an interactive streamlit tool to supporting the building of Retrieval Augmented Generation (RAG) applications by visualizing document chunks in the embedding space.
+RAGxplorer is an interactive streamlit tool to support the building of Retrieval Augmented Generation (RAG) applications by visualizing document chunks and the queries in the embedding space.
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://rag-xplorer.streamlit.app/)
_Due to the [1GB memory limit](https://discuss.streamlit.io/t/is-there-streamlit-app-limitations-such-as-usage-time-users-etc/42800) on Streamlit's free community hosting, this demo may occassionaly go down. The best way to try this app is to clone this repo, and run it locally._
-## Introduction
-
-RAGxplorer allows users to upload documents, convert them into chunked formats suitable for RAG applications, and visualize these chunks in an embedding space. This visualization aids in understanding how different chunks relate to each other and to specific queries, thereby providing insights into the workings of RAG-based systems.
-
## Features