Merged PR 215: Fix Chroma Warmup

Fix Chroma Warmup
This commit is contained in:
2025-12-09 15:46:48 +00:00

View File

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