lior-k / fast-elasticsearch-vector-scoring

Score documents using embedding-vectors dot-product or cosine-similarity with ES Lucene engine
Apache License 2.0
395 stars 112 forks source link

change data types #57

Open ghost opened 4 years ago

ghost commented 4 years ago

What will happen if I change all the data types to double? Will the speed change a lot?

lior-k commented 4 years ago

might be, worth testing. can you change the code, test it and issue a Pull-request?

coreation commented 4 years ago

hey @lior-k I'm hijacking this small thread instead of making a new issue to ask if you have some links towards documentation that helps getting started with ES plugin development... For example something simple as printing the document ID to the std out I can't get my head around... any help is much appreciated, i understand if you don't have time to do so ^^