IndraneelKumar commited on
Commit
56756c6
·
1 Parent(s): 266d7bc

Add HF Spaces config to README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Articles Search Engine
2
 
3
  A compact, production-style RAG pipeline. It ingests Substack RSS articles, stores them in Postgres (Supabase), creates dense/sparse embeddings in Qdrant, and exposes search and answer endpoints via FastAPI with a simple Gradio UI.
 
1
+ ---
2
+ title: Articles Search Engine
3
+ emoji: 🔎
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "5.45.0"
8
+ app_file: frontend/app.py
9
+ python_version: "3.12"
10
+ pinned: false
11
+ ---
12
+
13
  # Articles Search Engine
14
 
15
  A compact, production-style RAG pipeline. It ingests Substack RSS articles, stores them in Postgres (Supabase), creates dense/sparse embeddings in Qdrant, and exposes search and answer endpoints via FastAPI with a simple Gradio UI.