HamidOmarov commited on
Commit
185689c
·
1 Parent(s): adf6157

fix(spaces): ensure README frontmatter at top

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,12 @@
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:you@example.com)
6
 
7
- ---
8
- ---
9
  title: FastAPI RAG API
10
  sdk: docker
11
  pinned: false
@@ -19,3 +20,4 @@ Open /docs for the interactive API.
19
  ## Quick test
20
  curl -F "file=@sample.pdf" 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
 
 
1
+ ---
2
+ ---
3
+
4
+ ## 🚀 Available for Hire
5
 
6
  **Specialties:** RAG Systems | PDF Processing | FastAPI | LangChain
7
  **Rate:** $15–45/hour
8
  **Contact:** [Upwork](https://www.upwork.com/) | [Email](mailto:you@example.com)
9
 
 
 
10
  title: FastAPI RAG API
11
  sdk: docker
12
  pinned: false
 
20
  ## Quick test
21
  curl -F "file=@sample.pdf" 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
+