-
Notifications
You must be signed in to change notification settings - Fork 169
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
Fix wrong endpoint for tei embedding gaudi wrapper #1043
Fix wrong endpoint for tei embedding gaudi wrapper #1043
Conversation
for more information, see https://pre-commit.ci
…enAIComps into fix_doc_index_retriever
@chensuyue this pr should fix the two failures in opea-project/GenAIExamples#1263. |
yes, we should use tei |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix doc index retriever embed issue on gaudi * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * align test router with examples * align readme --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
access to embedding wrapper should use /v1/embeddings with {"input", "xxx"}
access to / should use {"inputs": "xxx"} but return are not openai compatible
Issues
opea-project/GenAIExamples#1263
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
UT