Fix Chroma Warmup

This commit is contained in:
2025-12-09 16:43:05 +01:00
parent cb687cb72c
commit 019273a1df

View File

@@ -56,7 +56,7 @@ public class ChromaWarmupService {
}
private void performWarmup() {
String healthUrl = chromaHost + ":" + chromaPort + "/api/v1/heartbeat";
String healthUrl = chromaHost + ":" + chromaPort + "/api/v2/heartbeat";
try {
long startTime = System.currentTimeMillis();