noam-shoef
noam-shoef
One more vote for that. I'm going to try and deal with it by not using the class mapping and use the indexOp put mapping with a json instead but...
What we came up with is something like this: Annotation class for knn vector: ``` @Retention(AnnotationRetention.RUNTIME) @Target(AnnotationTarget.PROPERTY) public annotation class KnnVectorField( val type: String = "knn_vector", val dimensions: Int =...
@reta @dblock Just to clarify, what I posted is not a proposed solution to be added to the library but a workaround solution for those who want to work with...