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

Integer to Double cast exception when passing a vector with mixed double and integer values #14

Open coolmaksat opened 5 years ago

coolmaksat commented 5 years ago

Hi, Some JSON libraries convert double zeros to integers and when you submit a query the plugin throws an exception