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 b294cac commit 1c3b5baCopy full SHA for 1c3b5ba
llama-index-python-vectorstore/run.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-# Get the MONGODB_URI and OPENAI_API_KEY.
+# Get the MONGODB_URI and AZURE_OPENAI_API_KEY.
6
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
7
ROOT_DIR=$(dirname $SCRIPT_DIR)
8
. $ROOT_DIR/env.sh
@@ -24,8 +24,6 @@ pip install uv
24
25
# Run tests.
26
UV_PYTHON=$PYTHON_BINARY \
27
-MONGODB_URI="$MONGODB_URI" \
28
-OPENAI_API_KEY="$OPENAI_API_KEY" \
29
MONGODB_DATABASE="llama_index_test_db" \
30
MONGODB_COLLECTION="llama_index_test_vectorstore" \
31
MONGODB_INDEX="vector_index" \
0 commit comments