-
Notifications
You must be signed in to change notification settings - Fork 116
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
Refactor train index and create index from template APIs in JNI layer #1918
base: main
Are you sure you want to change the base?
Conversation
07a40e0
to
293f46d
Compare
@junqiu-lei Could you provide context around what changes you are making and why? Itll help for review |
Sure, updated in PR description. |
293f46d
to
5c1469a
Compare
@junqiu-lei Did ./bin/jni_test pass on your local? |
5c1469a
to
72243d9
Compare
Yes, here is the results:
|
Signed-off-by: Junqiu Lei <junqiu@amazon.com>
Signed-off-by: Junqiu Lei <junqiu@amazon.com>
72243d9
to
b5b1490
Compare
@junqiu-lei are there next steps on this one? |
@junqiu-lei are you still working on this one? |
Yes, sorry for late reply, there was some integ failures when I raised out the refactor CR, will resume looking it. |
Description
Follow up from #1784, this PR refactors
CreateIndexFromTemplate
andTrainIndex
APIs within JNI layer.Related Issues
Closes #1846
Check List
--signoff
.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.