Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua authored Jan 22, 2024
1 parent 24c23d4 commit bc27f82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

<img src="images/logo.png" width="200">

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.

<img src="images/example.png" width="650">

## Features
Expand Down

0 comments on commit bc27f82

Please sign in to comment.