-
Notifications
You must be signed in to change notification settings - Fork 89
vllm serve not support multiple input ? #70
Copy link
Copy link
Open
Description
as my case, multiple text user input :
you can see two user content item send to vllm polling serve , but response one embedding item
input:
curl --location --request POST 'http://localhost:8000/v1/embeddings' \ --header 'Content-Type: application/json' \ --data-raw '{ "stream": false, "add_special_tokens": true, "messages": [ { "role": "system", "content": [ { "type": "text", "text": "Represent the user'\''s input" } ] }, { "role": "user", "content": "what weather today" }, { "role": "user", "content": "what weather tomorraw" } ] }'
response
compare
one input
two input

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels