Spaces:
Sleeping
Sleeping
Commit
·
adf6157
1
Parent(s):
f8f9335
docs: add Available for Hire banner
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: FastAPI RAG API
|
3 |
sdk: docker
|
@@ -11,4 +18,4 @@ Open /docs for the interactive API.
|
|
11 |
|
12 |
## Quick test
|
13 |
curl -F "[email protected]" https://<API>/upload_pdf
|
14 |
-
curl -H "Content-Type: application/json" -d "{\"question\":\"What is the document about?\",\"top_k\":5}" https://<API>/ask_question
|
|
|
1 |
+
## 🚀 Available for Hire
|
2 |
+
|
3 |
+
**Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
|
4 |
+
**Rate:** $15–45/hour
|
5 |
+
**Contact:** [Upwork](https://www.upwork.com/) | [Email](mailto:[email protected])
|
6 |
+
|
7 |
+
---
|
8 |
---
|
9 |
title: FastAPI RAG API
|
10 |
sdk: docker
|
|
|
18 |
|
19 |
## Quick test
|
20 |
curl -F "[email protected]" https://<API>/upload_pdf
|
21 |
+
curl -H "Content-Type: application/json" -d "{\"question\":\"What is the document about?\",\"top_k\":5}" https://<API>/ask_question
|