Katia Aresti

Results 107 comments of Katia Aresti

@tristantarrant I'd like to implement this for 16

![Screenshot 2025-06-23 at 19 52 28](https://github.com/user-attachments/assets/38dcf8cb-bed9-4a35-9f48-fb2b58d5a006) ![Screenshot 2025-06-23 at 19 52 32](https://github.com/user-attachments/assets/13217625-7a13-43c4-924b-7798e613052e)

without the fix, we get 500 and a big error on screen

@tristantarrant anything needed here ?

@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) ```