Skip to content

✨ Fast Insertion #138

Closed Answered by policratus
Kencho5 asked this question in Q&A
Jan 13, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @Kencho5, how's it going?

First of all, thanks for this discussion. I converted it from an issue to a discussion because there's a lot to understand (and actually discuss) about this.

pupyl search is several orders of magnitude faster than indexing, because most of the workload happens on the latter. Hence, everything discussed here from now on is about indexing, not searching.

Since the indexation step uses convolutional neural networks to extract features, it performs billions of floating point operation over tensors (over all images), which is very demanding. There's a trade-off between speed and precision on this step and we focus on precision. We could use other classic algorithm…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by policratus
Comment options

You must be logged in to vote
1 reply
@policratus
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
✨ enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #137 on January 14, 2022 01:59.