File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
llama-index-python-vectorstore Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -386,19 +386,18 @@ buildvariants:
386386 # - name: test-chatgpt-retrieval-plugin-remote
387387 # batchtime: 10080 # 1 week
388388
389- # TODO: INTPYTHON-669
390- # - name: test-llama-index-vectorstore-python-rhel
391- # display_name: LlamaIndex RHEL Vector Store
392- # tags: [python]
393- # expansions:
394- # DIR: llama-index-python-vectorstore
395- # run_on:
396- # - rhel87-small
397- # tasks:
398- # - name: test-llama-index-local
399- # # TODO: INTPYTHON-440
400- # # - name: test-llama-index-remote
401- # # batchtime: 10080 # 1 week
389+ - name : test-llama-index-vectorstore-python-rhel
390+ display_name : LlamaIndex RHEL Vector Store
391+ tags : [python]
392+ expansions :
393+ DIR : llama-index-python-vectorstore
394+ run_on :
395+ - rhel87-small
396+ tasks :
397+ - name : test-llama-index-local
398+ # TODO: INTPYTHON-440
399+ # - name: test-llama-index-remote
400+ # batchtime: 10080 # 1 week
402401
403402 - name : test-docarray-python-rhel
404403 display_name : DocArray RHEL
Original file line number Diff line number Diff line change 6161haystack-fulltext /haystack-core-integrations
6262haystack-embeddings /haystack-core-integrations
6363pymongo-voyageai /pymongo-voyageai
64+ llama-index-python-vectorstore /llama_index /
Original file line number Diff line number Diff line change 22
33set -eu
44
5- # Get the MONGODB_URI and OPENAI_API_KEY .
5+ # Get the MONGODB_URI and AZURE_OPENAI_API_KEY .
66SCRIPT_DIR=$( realpath " $( dirname ${BASH_SOURCE[0]} ) " )
77ROOT_DIR=$( dirname $SCRIPT_DIR )
88. $ROOT_DIR /env.sh
@@ -24,8 +24,6 @@ pip install uv
2424
2525# Run tests.
2626UV_PYTHON=$PYTHON_BINARY \
27- MONGODB_URI=" $MONGODB_URI " \
28- OPENAI_API_KEY=" $OPENAI_API_KEY " \
2927MONGODB_DATABASE=" llama_index_test_db" \
3028MONGODB_COLLECTION=" llama_index_test_vectorstore" \
3129MONGODB_INDEX=" vector_index" \
You can’t perform that action at this time.
0 commit comments