baderanas commited on
Commit
8d99707
·
verified ·
1 Parent(s): 5c1383a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -26
README.md CHANGED
@@ -1,28 +1,7 @@
1
- # albariqi-rag
2
  ---
3
- title: Semantic Document Chunker
4
- emoji: 📄
5
- colorFrom: blue
6
- colorTo: green
7
  sdk: streamlit
8
- sdk_version: "1.24.0"
9
- app_file: app.py
10
- pinned: false
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
+ ---