From a2f6297d9d68f01f0a89df31b8c75316c81c6e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Coss=C3=ADo?= Date: Fri, 19 Apr 2024 09:46:24 -0400 Subject: [PATCH] update integration tests qdrant version --- tests/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index 40be3a6..3343930 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -11,7 +11,7 @@ function stop_docker() # Ensure current path is project root cd "$(dirname "$0")/../" -QDRANT_VERSION='v1.8.0' +QDRANT_VERSION='v1.9.0' QDRANT_HOST='localhost:6333'