Spaces:
Running
Running
sanbo
commited on
Commit
·
9e9aca7
1
Parent(s):
8e90b2d
update sth. at 2025-02-03 19:47:51
Browse files
README.md
CHANGED
@@ -33,21 +33,6 @@ curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/api/v1/embeddings \
|
|
33 |
"model": "jinaai/jina-embeddings-v3"
|
34 |
}'
|
35 |
|
36 |
-
|
37 |
-
curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/hf/v1/chat/completions \
|
38 |
-
-H "Content-Type: application/json" \
|
39 |
-
-d '{
|
40 |
-
"input": "Your text string goes here",
|
41 |
-
"model": "jinaai/jina-embeddings-v3"
|
42 |
-
}'
|
43 |
-
|
44 |
-
curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/api/v1/chat/completions \
|
45 |
-
-H "Content-Type: application/json" \
|
46 |
-
-d '{
|
47 |
-
"input": "Your text string goes here",
|
48 |
-
"model": "jinaai/jina-embeddings-v3"
|
49 |
-
}'
|
50 |
-
|
51 |
curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/hf/v1/embeddings \
|
52 |
-H "Content-Type: application/json" \
|
53 |
-d '{
|
@@ -55,11 +40,5 @@ curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/hf/v1/embeddings \
|
|
55 |
"model": "jinaai/jina-embeddings-v3"
|
56 |
}'
|
57 |
|
58 |
-
curl -X POST https://sanbo1200-jina-embeddings-v3.hf.space/generate_embeddings \
|
59 |
-
-H "Content-Type: application/json" \
|
60 |
-
-d '{
|
61 |
-
"input": "Your text string goes here",
|
62 |
-
"model": "jinaai/jina-embeddings-v3"
|
63 |
-
}'
|
64 |
|
65 |
```
|
|
|
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 '{
|
|
|
40 |
"model": "jinaai/jina-embeddings-v3"
|
41 |
}'
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
```
|