Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New file to run the parallel processing code in VS locally. #3165

Merged
merged 25 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
82458c9
Add files via upload
helenzusa1 May 6, 2024
120d4fe
Add files via upload
helenzusa1 May 6, 2024
46d1594
Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 10, 2024
4d682f7
Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 10, 2024
382deb1
Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 10, 2024
ade6733
Merge branch 'main' into main
helenzusa1 May 10, 2024
6a76c5c
Update crack_and_chunk_with_doc_intel_parallel_component.ipynb
helenzusa1 May 11, 2024
5c4556d
Update crack_and_chunk_with_doc_intel_parallel_component.ipynb
helenzusa1 May 11, 2024
856e605
Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 11, 2024
4f96b1a
Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 11, 2024
c1ead3f
Update f_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 11, 2024
8fd92c3
Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 11, 2024
4adec73
Add files via upload
helenzusa1 May 14, 2024
745161f
Add files via upload
helenzusa1 May 14, 2024
ac50e87
Add files via upload
helenzusa1 May 14, 2024
356fa57
Add files via upload
helenzusa1 May 14, 2024
5cfd19b
Add files via upload
helenzusa1 May 14, 2024
7f6a0ed
Merge branch 'main' into main
helenzusa1 May 14, 2024
689bf5a
Update d_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 16, 2024
e723778
Update e_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 16, 2024
315b398
Update f_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 16, 2024
1a3b85c
Update local_parallel_crack_pdfs_with_azure_document_intelligence.ipynb
helenzusa1 May 16, 2024
4e49525
Merge branch 'main' into main
helenzusa1 May 16, 2024
7fb5771
Merge branch 'main' into main
helenzusa1 May 17, 2024
aa0ba55
Merge branch 'main' into main
helenzusa1 May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading