Spaces:
Starting
Starting
Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,7 @@
|
|
1 |
-
# albariqi-rag
|
2 |
---
|
3 |
-
|
4 |
-
|
5 |
-
colorFrom: blue
|
6 |
-
colorTo: green
|
7 |
sdk: streamlit
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
---
|
12 |
-
|
13 |
-
# Semantic Document Chunker
|
14 |
-
|
15 |
-
A Streamlit application that performs semantic chunking on documents using sentence-transformers and ChromaDB.
|
16 |
-
|
17 |
-
## Features
|
18 |
-
- Upload documents for semantic chunking
|
19 |
-
- View and explore document chunks
|
20 |
-
- Query your documents using semantic search
|
21 |
-
|
22 |
-
## Requirements
|
23 |
-
- Python 3.8+
|
24 |
-
- Streamlit
|
25 |
-
- sentence-transformers
|
26 |
-
- ChromaDB
|
27 |
-
|
28 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: rag-medical
|
|
|
|
|
4 |
sdk: streamlit
|
5 |
+
emoji: 🐨
|
6 |
+
short_description: Medical RAG for Albariqi
|
7 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|