ishmeet-yo commited on
Commit
4376dc4
·
verified ·
1 Parent(s): e91caf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -1,7 +1,16 @@
1
- # Harry Potter RAG
2
-
3
- Semantic Retrieval-Augmented Generation system using FastAPI and Sentence Transformers.
4
-
5
- ## Run locally
6
- ```bash
7
- uvicorn app.main:app --reload
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ title: Harry Potter RAG
4
+ sdk: docker
5
+ emoji: 🦀
6
+ colorFrom: indigo
7
+ colorTo: purple
8
+ pinned: false
9
+ ---
10
+ # Harry Potter RAG
11
+
12
+ Semantic Retrieval-Augmented Generation system using FastAPI and Sentence Transformers.
13
+
14
+ ## Run locally
15
+ ```bash
16
+ uvicorn app.main:app --reload