File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
assets/large_language_models/rag/environments/rag_embeddings/context Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44- anaconda
55dependencies :
66- python=3.9
7- - pip=24.0
7+ - pip=25.3
88- pip :
99 # RAG package
1010 - azureml-rag>=0.2.37.1
@@ -30,7 +30,8 @@ dependencies:
3030 - pandas>=1 # explicitly install for [data_generation] [document_parsing]
3131 - pymilvus>=2.3.0 # explicitly install for [milvus]
3232 - pymongo # explicitly install for [azure_cosmos_mongo_vcore]
33- - pypdf~=6.0.0 # explicitly install for [document_parsing]
33+ - pypdf~=6.1.3 # explicitly install for [document_parsing]
34+ - starlette>=0.49.1 # security update
3435 - tika~=2.6.0 # explicitly install for [document_parsing]
3536 - unstructured # explicitly install for [document_parsing]
3637 # Other public packages
@@ -40,4 +41,4 @@ dependencies:
4041 - psutil~=5.8.0
4142 - pymssql==2.2.7
4243 - sentence-transformers
43- - sqlalchemy==1.4.46
44+ - sqlalchemy==1.4.46
You can’t perform that action at this time.
0 commit comments