sanbo commited on
Commit
11347db
·
1 Parent(s): bf8b09b

update sth. at 2025-02-03 21:06:16

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -33,6 +33,21 @@ curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/api/v1/embeddings \
33
  "model": "jinaai/jina-embeddings-v3"
34
  }'
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/hf/v1/embeddings \
37
  -H "Content-Type: application/json" \
38
  -d '{
 
33
  "model": "jinaai/jina-embeddings-v3"
34
  }'
35
 
36
+ curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/api/embed \
37
+ -H "Content-Type: application/json" \
38
+ -d '{
39
+ "prompt": "Your text string goes here",
40
+ "model": "jinaai/jina-embeddings-v3"
41
+ }'
42
+
43
+ curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/embed \
44
+ -H "Content-Type: application/json" \
45
+ -d '{
46
+ "prompt": "Your text string goes here",
47
+ "model": "jinaai/jina-embeddings-v3"
48
+ }'
49
+
50
+
51
  curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/hf/v1/embeddings \
52
  -H "Content-Type: application/json" \
53
  -d '{