This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding support for FAISS JNI #285
Adding support for FAISS JNI #285
Changes from all commits
1c3d373
6066a65
5165e70
fb10190
54cf6a5
0f4bdf0
ab8e950
950e460
22ce605
1a44194
3d13a7b
6f7094b
d94881c
3dfb714
3834ea0
a775a3d
051a54b
8cd57a7
ff99c4c
d3d9baa
afa1b5c
ce389f4
7165574
3d1670d
3d0a2de
698fbea
890d6f7
8b08b4e
8fd1220
381dd58
20672df
deeefeb
fdeca84
0423466
4d2960d
654cb52
f549e3e
98d44d1
243eb81
3c2e397
f231965
3bdbc43
ce141a3
652c329
6672814
b08d2d9
f4ebd79
df4c218
1777bd1
576a8eb
d37a523
7c83e70
dd179b5
cd7e3e8
9056b85
a33625c
ee0a3fe
d613095
7715563
82671ad
bea16d6
3dc4f1f
1207bac
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Design question: Should we have separate JNI libraries for FAISS and nmslib, or should they be contained in one?
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.
i am not sure which is better.
At this, i separate libraries just to elaborate this
faiss engine
can work with knn-plugin.may be one jni interface can make jni code more simple to maintain
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.
I feel having seperate JNI would be more cleaner and easy to abstract out the underlying business logic to dedicated files. I like the current approach.
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.
I think having 2 separate libraries is okay.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.