-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add initial search request inference processor #2616
Add initial search request inference processor #2616
Conversation
Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: Mingshi Liu <[email protected]>
50afa89
to
1cb0f58
Compare
Build on linux failed by the flaky test not related to this code change, rerunning linux test
|
I see there are still 16 failed Integ tests. Probably they are not flaky tests any more. It may be just 1 error causing all these failures. Please check the CI for Linux in the test summary. |
The windows CI passed. Only the Linux CI is failing |
IT test failed due to timeout limit, retrying CI |
approved. But to be on the safe side, let's wait for the CI pass before merging. Seems some ITs are still failing. |
Still facing the timeout issue in CI
Cannot reproduce locally. Local run IT success. |
will merge this PR and will watch if this timeout issue is happening to other PRs as well. |
* add initial search request inference processor Signed-off-by: Mingshi Liu <[email protected]> * Add ITs for MLInferenceSearchRequestProcessor Signed-off-by: Mingshi Liu <[email protected]> * skip running OPENAI when key is not present and fix yaml test issue Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]> (cherry picked from commit 05f78af)
* add initial search request inference processor Signed-off-by: Mingshi Liu <[email protected]> * Add ITs for MLInferenceSearchRequestProcessor Signed-off-by: Mingshi Liu <[email protected]> * skip running OPENAI when key is not present and fix yaml test issue Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]> (cherry picked from commit 05f78af)
* add initial search request inference processor Signed-off-by: Mingshi Liu <[email protected]> * Add ITs for MLInferenceSearchRequestProcessor Signed-off-by: Mingshi Liu <[email protected]> * skip running OPENAI when key is not present and fix yaml test issue Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]>
* Add initial search request inference processor (#2616) * add initial search request inference processor Signed-off-by: Mingshi Liu <[email protected]> * Add ITs for MLInferenceSearchRequestProcessor Signed-off-by: Mingshi Liu <[email protected]> * skip running OPENAI when key is not present and fix yaml test issue Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]> (cherry picked from commit 05f78af) * resolve package import Signed-off-by: Mingshi Liu <[email protected]> --------- Signed-off-by: Mingshi Liu <[email protected]> Co-authored-by: Mingshi Liu <[email protected]>
Description
Add initial search request inference processor
Issues Resolved
#2173
#2444
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.