rohit commited on
Commit
d096f0d
·
1 Parent(s): d1432ed

Fix README.md with proper HF Spaces configuration and app_port

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,10 +1,31 @@
1
  ---
2
- title: Developer Portfolio Rag
3
- emoji: 🐠
4
- colorFrom: indigo
5
- colorTo: yellow
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Developer Portfolio RAG
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
  pinned: false
8
+ app_port: 7860
9
  ---
10
 
11
+ # Developer Portfolio RAG Pipeline
12
+
13
+ A RAG (Retrieval-Augmented Generation) pipeline for answering questions about a software developer's portfolio, skills, and experience.
14
+
15
+ ## Features
16
+
17
+ - FastAPI backend with multiple dataset support
18
+ - Developer portfolio Q&A capabilities
19
+ - Health check endpoints
20
+ - RESTful API design
21
+
22
+ ## Usage
23
+
24
+ Send POST requests to `/answer` with your questions about the developer's background, skills, projects, and experience.
25
+
26
+ ## API Endpoints
27
+
28
+ - `GET /` - Root endpoint
29
+ - `GET /health` - Health check
30
+ - `POST /answer` - Answer questions about the developer
31
+ - `GET /datasets` - List available datasets