Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding model input format is different from the last commit #310

Closed
vinayK34 opened this issue Jul 15, 2024 · 3 comments
Closed

Embedding model input format is different from the last commit #310

vinayK34 opened this issue Jul 15, 2024 · 3 comments
Assignees
Labels

Comments

@vinayK34
Copy link

Embedding model is expecting text {"text":"Hello, world!"} in the request body but it is not working while the input- {"input":"Hello, world!"}

@endomorphosis
Copy link

please provide more details, because this is vague.

@huiyan2021
Copy link
Collaborator

Hi @endomorphosis , I guess @vinayK34 talks about this:

image

If we test 2. Embedding Microservice like this, it will return 422 Unprocessable Entity

curl http://${host_ip}:6000/v1/embeddings\
  -X POST \
  -d '{"**input**":"hello"}' \
  -H 'Content-Type: application/json'

lkk12014402 pushed a commit that referenced this issue Aug 8, 2024
…310)

* Update docker_compose

* Updated docker_compose

* Updated docker_compose
lkk12014402 pushed a commit that referenced this issue Aug 8, 2024
* Refactor Translation Example

Signed-off-by: zehao-intel <[email protected]>

* support e2s test

Signed-off-by: zehao-intel <[email protected]>

Signed-off-by: zehao-intel <[email protected]>

Signed-off-by: zehao-intel <[email protected]>

Signed-off-by: zehao-intel <[email protected]>

* fix test ip_address

Signed-off-by: zehao-intel <[email protected]>

* update test scripts

Signed-off-by: chensuyue <[email protected]>

* update test scripts

Signed-off-by: chensuyue <[email protected]>

* for test

Signed-off-by: chensuyue <[email protected]>

* fix readme and dockerfile

Signed-off-by: zehao-intel <[email protected]>

* revert test code

Signed-off-by: chensuyue <[email protected]>

* remove gaudi test update

Signed-off-by: chensuyue <[email protected]>

* bug fix

Signed-off-by: chensuyue <[email protected]>

* fix test xeon

Signed-off-by: zehao-intel <[email protected]>

* modify mega check

Signed-off-by: zehao-intel <[email protected]>

Signed-off-by: zehao-intel <[email protected]>

Signed-off-by: zehao-intel <[email protected]>

* fix ui

Signed-off-by: zehao-intel <[email protected]>

* fix ut network

Signed-off-by: zehao-intel <[email protected]>

* fix network

Signed-off-by: zehao-intel <[email protected]>

* Modify the corresponding format according to the backend new structure. (#317)

* Add image build job in docker compose e2e gaudi test in CI (#305)

Signed-off-by: Yingchun Guo <[email protected]>

* Add gpu support for ChatQnA (#308)

* add gpu support for chatqna

Signed-off-by: Ding, Ke <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Ding, Ke <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Update ChatQnA for Xeon docker_compose.yaml to fix downloads failing (#310)

* Update docker_compose

* Updated docker_compose

* Updated docker_compose

* Add build docker image option for test scripts (#312)

Signed-off-by: chensuyue <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yingchun Guo <[email protected]>
Signed-off-by: Ding, Ke <[email protected]>
Signed-off-by: chensuyue <[email protected]>
Signed-off-by: WenjiaoYue <[email protected]>
Co-authored-by: Ying Chun Guo <[email protected]>
Co-authored-by: Ke Ding <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steve Fowler <[email protected]>
Co-authored-by: chen, suyue <[email protected]>

---------

Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: chensuyue <[email protected]>
Signed-off-by: Yingchun Guo <[email protected]>
Signed-off-by: Ding, Ke <[email protected]>
Signed-off-by: WenjiaoYue <[email protected]>
Co-authored-by: chen, suyue <[email protected]>
Co-authored-by: WenjiaoYue <[email protected]>
Co-authored-by: Ying Chun Guo <[email protected]>
Co-authored-by: Ke Ding <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steve Fowler <[email protected]>
Co-authored-by: lvliang-intel <[email protected]>
@huiyan2021
Copy link
Collaborator

Hi @vinayK34 , could you provide more details, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants