Spaces:
Running
Running
Commit
·
ae65368
1
Parent(s):
185689c
fix(spaces): valid YAML frontmatter; banner moved below; avoid YAML conflicts
Browse files
README.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
---
|
|
|
|
|
|
|
|
|
|
|
3 |
|
|
|
4 |
## 🚀 Available for Hire
|
5 |
|
6 |
**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
|
@@ -21,3 +33,4 @@ Open /docs for the interactive API.
|
|
21 |
curl -F "[email protected]" https://<API>/upload_pdf
|
22 |
curl -H "Content-Type: application/json" -d "{\"question\":\"What is the document about?\",\"top_k\":5}" https://<API>/ask_question
|
23 |
|
|
|
|
1 |
---
|
2 |
+
title: FastAPI RAG API
|
3 |
+
emoji: 🧩
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
---
|
9 |
+
## 🚀 Available for Hire
|
10 |
+
|
11 |
+
**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
|
12 |
+
**Rate:** $15–45/hour
|
13 |
+
**Contact:** [Upwork](https://www.upwork.com/) · [Email](mailto:[email protected])
|
14 |
|
15 |
+
<hr />
|
16 |
## 🚀 Available for Hire
|
17 |
|
18 |
**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
|
|
|
33 |
curl -F "[email protected]" https://<API>/upload_pdf
|
34 |
curl -H "Content-Type: application/json" -d "{\"question\":\"What is the document about?\",\"top_k\":5}" https://<API>/ask_question
|
35 |
|
36 |
+
|