feat: Release v1.2.0 - Concepts Map, RAG Search & Core Consolidations #59

Open
Antigravity wants to merge 33 commits from develop into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 081c6f7940 - Show all commits
+1 -1
View File
@@ -62,7 +62,7 @@ services:
volumes: volumes:
- qdrant_stage_data:/qdrant/storage - qdrant_stage_data:/qdrant/storage
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:6333/healthz || exit 1"] test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
+1 -1
View File
@@ -59,7 +59,7 @@ services:
volumes: volumes:
- qdrant_test_data:/qdrant/storage - qdrant_test_data:/qdrant/storage
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:6333/healthz || exit 1"] test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5