Skip to content

Commit 1c3b5ba

Browse files
committed
fix env var usage
1 parent b294cac commit 1c3b5ba

File tree

1 file changed

+1
-3
lines changed
  • llama-index-python-vectorstore

1 file changed

+1
-3
lines changed

llama-index-python-vectorstore/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
# Get the MONGODB_URI and OPENAI_API_KEY.
5+
# Get the MONGODB_URI and AZURE_OPENAI_API_KEY.
66
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
77
ROOT_DIR=$(dirname $SCRIPT_DIR)
88
. $ROOT_DIR/env.sh
@@ -24,8 +24,6 @@ pip install uv
2424

2525
# Run tests.
2626
UV_PYTHON=$PYTHON_BINARY \
27-
MONGODB_URI="$MONGODB_URI" \
28-
OPENAI_API_KEY="$OPENAI_API_KEY" \
2927
MONGODB_DATABASE="llama_index_test_db" \
3028
MONGODB_COLLECTION="llama_index_test_vectorstore" \
3129
MONGODB_INDEX="vector_index" \

0 commit comments

Comments
 (0)