Yelp / nrtsearch

A high performance gRPC server on top of Apache Lucene
Apache License 2.0
266 stars 40 forks source link

Add float vector script param #709

Closed aprudhomme closed 2 months ago

aprudhomme commented 2 months ago

Add a script parameter type for a float vector. This is used to provide a float[] to the script. The advantage is that this type can be used for vector based computations more efficiently than a List<Float>.