Simonc-44 commited on
Commit
cc7e784
·
verified ·
1 Parent(s): 371123f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -10,4 +10,10 @@ app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
10
  pinned: false
11
  ---
12
 
13
+ # Service d'Embedding CygnisAI
14
+
15
+ Micro-service API pour transformer du texte en vecteurs (384 dimensions).
16
+
17
+ ## Endpoint
18
+ `POST /embed`
19
+ Body JSON: `{"text": "ton texte ici"}`