We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fb780 commit bfce858Copy full SHA for bfce858
llama-index-python-kvstore/run.sh
@@ -4,7 +4,7 @@ set -x
4
5
. $workdir/src/.evergreen/utils.sh
6
7
-CONN_STRING=$($atlas deployments connect $DIR --connectWith connectionString)
+CONN_STRING=$(fetch_local_atlas_uri)
8
PYTHON_BINARY=$(find_python3)
9
$PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}')"
10
0 commit comments