fix: add DJL PyTorch engine for ONNX embedding NDArray support

This commit is contained in:
2026-02-19 21:10:45 +01:00
parent 125b7ee2f6
commit ac78109b8f

View File

@@ -160,6 +160,12 @@
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-engine</artifactId>
<version>0.32.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>