Guard against NPE in ZhiPu embedding model

- Update retry test to pass - needs investigation
This commit is contained in:
Mark Pollack
2024-10-08 23:37:00 +02:00
parent 4a892b5269
commit 4c83fe8302
89 changed files with 95 additions and 93 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>1.0.0-M3</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-postgresml</artifactId>