michael-guenther commited on
Commit
f29574a
·
verified ·
1 Parent(s): 82f150e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -158,7 +158,6 @@ curl -X POST http://127.0.0.1:8080/v1/embeddings \
158
  -d '{
159
  "model": "jinaai/jina-embeddings-v5-text-small-clustering",
160
  "input": [
161
- "Query: Overview of climate change impacts on coastal cities",
162
  "Document: The impacts of climate change on coastal cities are significant...",
163
  ]
164
  }'
@@ -171,7 +170,7 @@ curl -X POST http://127.0.0.1:8080/embed \
171
  -H "Content-Type: application/json" \
172
  -d '{
173
  "inputs": "Overview of climate change impacts on coastal cities",
174
- "prompt_name": "query",
175
  }'
176
  ```
177
 
 
158
  -d '{
159
  "model": "jinaai/jina-embeddings-v5-text-small-clustering",
160
  "input": [
 
161
  "Document: The impacts of climate change on coastal cities are significant...",
162
  ]
163
  }'
 
170
  -H "Content-Type: application/json" \
171
  -d '{
172
  "inputs": "Overview of climate change impacts on coastal cities",
173
+ "prompt_name": "document",
174
  }'
175
  ```
176