Katia Aresti
Katia Aresti
@tristantarrant I'd like to implement this for 16
 
without the fix, we get 500 and a big error on screen
@tristantarrant anything needed here ?
@dliubarskyi let me try
@dliubarskyi I get ``` Caused by: ai.djl.engine.EngineException: Failed to load Huggingface native library. at ai.djl.huggingface.tokenizers.jni.LibUtils.(LibUtils.java:56) at ai.djl.huggingface.tokenizers.HuggingFaceTokenizer.newInstance(HuggingFaceTokenizer.java:186) at dev.langchain4j.model.embedding.onnx.OnnxBertBiEncoder.(OnnxBertBiEncoder.java:38) ... 8 more Caused by: ai.djl.engine.EngineException: Unexpected flavor: cpu at ai.djl.huggingface.tokenizers.jni.LibUtils.copyJniLibrary(LibUtils.java:200)...
@wburns some advice needed
Reproducer without Quarkus https://github.com/infinispan/infinispan-simple-tutorials/pull/319/
I think we should be able to do something like this: ```kt @Proto @JvmRecord data class Person(val name: String, val age: Int) ```