upgrade rag component env to fix vulnerable images icm (#3422)

* upgrade rag env to fix vulnerable images icm

* try

* upgrade

* upgrade ntkl
This commit is contained in:
runhli 2024-09-23 20:09:31 -07:00 коммит произвёл GitHub
Родитель 1984620b69
Коммит 3e7589ef70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
21 изменённых файлов: 25 добавлений и 25 удалений

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.71
version: 0.0.72
name: llm_rag_crack_and_chunk
display_name: LLM - Crack and Chunk Data
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.42
version: 0.0.43
name: llm_rag_crack_and_chunk_and_embed
display_name: LLM - Crack, Chunk and Embed Data
is_deterministic: true

Просмотреть файл

@ -1,5 +1,5 @@
name: llm_rag_crack_chunk_embed_index_and_register
version: 0.0.30
version: 0.0.31
tags:
Preview: ""

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.29
version: 0.0.30
name: llm_rag_crawl_url
display_name: LLM - Crawl URL to Retrieve Data
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.69
version: 0.0.70
name: llm_rag_create_faiss_index
display_name: LLM - Create FAISS Index
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.80
version: 0.0.81
name: llm_rag_create_promptflow
display_name: LLM - Create Prompt Flow
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.65
version: 0.0.66
name: llm_rag_data_import_acs
display_name: LLM - Import Data from ACS
is_deterministic: false

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.64
version: 0.0.65
name: llm_rag_generate_embeddings
display_name: LLM - Generate Embeddings
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: parallel
tags:
Preview: ""
version: 0.0.70
version: 0.0.71
name: llm_rag_generate_embeddings_parallel
display_name: LLM - Generate Embeddings Parallel
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.68
version: 0.0.69
name: llm_rag_git_clone
display_name: LLM - Clone Git Repo
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.22
version: 0.0.23
name: llm_rag_image_embed_index
display_name: LLM - Embedding images with Florence
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.68
version: 0.0.69
name: llm_rag_qa_data_generation
display_name: LLM - Generate QnA Test Data
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.68
version: 0.0.69
name: llm_rag_register_mlindex_asset
display_name: LLM - Register Vector Index Asset
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.61
version: 0.0.62
name: llm_rag_register_qa_data_asset
display_name: LLM - Register QA Generation Data Asset
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.68
version: 0.0.69
name: llm_rag_update_acs_index
display_name: LLM - Update ACS Index
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.24
version: 0.0.25
name: llm_rag_update_cosmos_mongo_vcore_index
display_name: LLM - Update Azure Cosmos Mongo vCore Index
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.24
version: 0.0.25
name: llm_rag_update_milvus_index
display_name: LLM - Update Milvus Index
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.36
version: 0.0.37
name: llm_rag_update_pinecone_index
display_name: LLM - Update Pinecone Index
is_deterministic: true

Просмотреть файл

@ -4,7 +4,7 @@ type: command
tags:
Preview: ""
version: 0.0.74
version: 0.0.75
name: llm_rag_validate_deployments
display_name: LLM - Validate Deployments
is_deterministic: false

Просмотреть файл

@ -25,7 +25,7 @@ dependencies:
- azureml-mlflow=={{latest-pypi-version}}
# Other public packages
- beautifulsoup4~=4.11.2
- cryptography>=41.0.7
- cryptography>=43.0.1
- datasets~=2.10.1
- faiss-cpu~=1.7.3
- inference-schema>=1.8.0
@ -34,8 +34,8 @@ dependencies:
- markdown
- mlflow-skinny==2.3.2
- mlflow>=2.6.0
- msal~=1.24.0
- nltk==3.8.1
- msal~=1.31.0
- nltk==3.9.1
- openai>=0.27.4
- pandas>=1
- polling2~=0.5.0

Просмотреть файл

@ -35,9 +35,9 @@ dependencies:
- markdown
- mlflow>=2.6.0
- mlflow-skinny==2.3.2
- msal~=1.24.0
- msal~=1.31.0
- msrest>=0.6.18
- nltk==3.8.1
- nltk==3.9.1
- openai>=0.27.4
- pandas>=1
- polling2~=0.5.0
@ -53,4 +53,4 @@ dependencies:
- python-dateutil>=2.7.3,<3.0.0
- PyJWT<3.0.0
- pytz
- cryptography>=41.0.7
- cryptography>=43.0.1