Vasanth6 commited on
Commit
be4fdde
·
1 Parent(s): 06dbb6e

Add Hugging Face metadata frontmatter

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,5 +1,16 @@
 
 
 
 
 
 
 
 
 
 
1
  # 🔬 RAG Visualizer
2
 
 
3
  **An X-Ray machine for Retrieval-Augmented Generation pipelines.**
4
 
5
  RAG Visualizer is an interactive, local-first tool that lets you **see** what happens inside a RAG pipeline — from how your text gets chunked, to how those chunks land in vector space, to which chunks get retrieved for a given query. No cloud APIs, no black boxes. Everything runs on your machine with local Ollama models.
 
1
+ ---
2
+ title: RAG Visualizer
3
+ emoji: 🔬
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
  # 🔬 RAG Visualizer
12
 
13
+
14
  **An X-Ray machine for Retrieval-Augmented Generation pipelines.**
15
 
16
  RAG Visualizer is an interactive, local-first tool that lets you **see** what happens inside a RAG pipeline — from how your text gets chunked, to how those chunks land in vector space, to which chunks get retrieved for a given query. No cloud APIs, no black boxes. Everything runs on your machine with local Ollama models.