Skip to content

Commit

Permalink
integration test qdrant version up
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPleshkov committed Aug 9, 2024
1 parent ddfdf20 commit 452c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qdrant-js/scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function stop_docker()
docker stop qdrant_test
}

QDRANT_LATEST="v1.10.0"
QDRANT_LATEST="v1.11.0"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}

QDRANT_HOST='127.0.0.1:6333'
Expand Down

0 comments on commit 452c9ac

Please sign in to comment.