Abby Reynolds commited on
Commit
41ab2f9
·
1 Parent(s): 3650923

Readme.md formatted for hf spaces.

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  ## Semantic Search (CNN/DailyMail demo)
2
 
3
  Gradio app that builds a Chroma vector store from a small slice of the CNN/DailyMail dataset, then serves semantic search using a SentenceTransformer encoder.
@@ -14,4 +25,4 @@ Gradio app that builds a Chroma vector store from a small slice of the CNN/Daily
14
  - Push `app.py` and `requirements.txt` (the `chromadb/` folder is created at runtime).
15
  - The app binds to `PORT` if provided by the Space; defaults to 7860.
16
 
17
- DISCLAIMER: This README.md was edited with help from ChatGPT
 
1
+ ---
2
+ title: semantic_search
3
+ emoji: 🔍
4
+ colorFrom: blue
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: "5.49.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  ## Semantic Search (CNN/DailyMail demo)
13
 
14
  Gradio app that builds a Chroma vector store from a small slice of the CNN/DailyMail dataset, then serves semantic search using a SentenceTransformer encoder.
 
25
  - Push `app.py` and `requirements.txt` (the `chromadb/` folder is created at runtime).
26
  - The app binds to `PORT` if provided by the Space; defaults to 7860.
27
 
28
+ DISCLAIMER: This README.md was formatted with help from ChatGPT