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:
386
386
# - name: test-chatgpt-retrieval-plugin-remote
387
387
# batchtime: 10080 # 1 week
388
388
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
402
401
403
402
- name : test-docarray-python-rhel
404
403
display_name : DocArray RHEL
Original file line number Diff line number Diff line change 61
61
haystack-fulltext /haystack-core-integrations
62
62
haystack-embeddings /haystack-core-integrations
63
63
pymongo-voyageai /pymongo-voyageai
64
+ llama-index-python-vectorstore /llama_index /
Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
5
- # Get the MONGODB_URI and OPENAI_API_KEY .
5
+ # Get the MONGODB_URI and AZURE_OPENAI_API_KEY .
6
6
SCRIPT_DIR=$( realpath " $( dirname ${BASH_SOURCE[0]} ) " )
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
@@ -24,8 +24,6 @@ pip install uv
24
24
25
25
# Run tests.
26
26
UV_PYTHON=$PYTHON_BINARY \
27
- MONGODB_URI=" $MONGODB_URI " \
28
- OPENAI_API_KEY=" $OPENAI_API_KEY " \
29
27
MONGODB_DATABASE=" llama_index_test_db" \
30
28
MONGODB_COLLECTION=" llama_index_test_vectorstore" \
31
29
MONGODB_INDEX=" vector_index" \
You can’t perform that action at this time.
0 commit comments