Skip to content

Commit

Permalink
New file to run the parallel processing code in VS locally. (#3165)
Browse files Browse the repository at this point in the history
* Add files via upload

* Add files via upload

* Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update crack_and_chunk_with_doc_intel_parallel_component.ipynb

* Update crack_and_chunk_with_doc_intel_parallel_component.ipynb

* Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update f_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Add files via upload

update MLIndex retrieval

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

reformatted by black

* Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update f_parallel_crack_pdfs_with_azure_document_intelligence.ipynb

* Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
  • Loading branch information
helenzusa1 committed May 20, 2024
1 parent 5f95c8a commit 9a48258
Show file tree
Hide file tree
Showing 5 changed files with 1,059 additions and 492 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
},
"outputs": [],
"source": [
"%pip install -U azure-ai-ml>=1.10\n",
"%pip install -U azure-ai-ml==1.16.0b1 # versions may change later\n",
"%pip install azure-identity\n",
"%pip install -U 'azureml-rag[azure,cognitive_search]==0.2.28'"
"%pip install -U 'azureml-rag[azure,cognitive_search]>=0.2.28'\n",
"%pip install promptflow-rag==0.1.0"
]
},
{
Expand Down
Loading

0 comments on commit 9a48258

Please sign in to comment.