Nottybro commited on
Commit
f994682
·
verified ·
1 Parent(s): ea47d25

deploy: README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,10 +1,25 @@
1
  ---
2
- title: Acra Api
3
- emoji: 🏃
4
- colorFrom: yellow
5
- colorTo: red
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: ACRA API
3
+ emoji: 🔍
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # ACRA API NurricAI
11
+ **Adaptive Contextual Retrieval Architecture** — intelligent RAG as an API.
12
+
13
+ ## Auth
14
+ ```
15
+ X-API-Key: nacra-your-key
16
+ ```
17
+
18
+ ## Endpoints
19
+ | Method | Route | Description |
20
+ |--------|-------|-------------|
21
+ | GET | `/health` | Health check |
22
+ | GET | `/docs` | Swagger UI |
23
+ | POST | `/v1/ingest` | Index documents |
24
+ | POST | `/v1/query` | Query with ACRA + Gemma 27B |
25
+ | GET | `/v1/usage` | Credit balance |