-
Notifications
You must be signed in to change notification settings - Fork 16.3k
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
community: Microsoft Azure Document Intelligence updates #16932
community: Microsoft Azure Document Intelligence updates #16932
Conversation
ruoccofabrizio
commented
Feb 2, 2024
- Description: Update Azure Document Intelligence implementation by Microsoft team and RAG cookbook with Azure AI Search
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @ruoccofabrizio!! few comments
cookbook/rag_semantic_chunking.ipynb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we add something to file name to make it clear it's using azure doc intelligence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Updated the notebook file name.
@@ -15,24 +18,40 @@ def __init__( | |||
api_endpoint: str, | |||
api_key: str, | |||
api_version: Optional[str] = None, | |||
api_model: str = "prebuilt-layout", | |||
model_id: str = "prebuilt-layout", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is breaking change, what's value of doing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to align with the SDK argument names.
Besides, I intentionally changed the parser class only, the loader is not changed. Will it also bring the compatibility issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted the API change for this PR.
Hi @baskaryan, can you please help with this PR to move forward? We have addressed your previous comments. Let us know if you have any further comments. |
@baskaryan , can you take another look at the change? I have reverted the API change and resolved the conflicts. Let us know if there's any more concern. Thanks! |
222fb09
to
8444254
Compare
some failing tests |
Head branch was pushed to by a user without write access
Thanks! The UT has been fixed. |
Fixing lint. |
Head branch was pushed to by a user without write access
Thanks so much for the review! @baskaryan @eyurtsev |
Apologies for taking so long! |
…chain-ai#16932) - **Description:** Update Azure Document Intelligence implementation by Microsoft team and RAG cookbook with Azure AI Search --------- Co-authored-by: Lu Zhang (AI) <[email protected]> Co-authored-by: Yateng Hong <[email protected]> Co-authored-by: teethache <[email protected]> Co-authored-by: Lu Zhang <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]> Co-authored-by: Bagatur <[email protected]> Co-authored-by: Bagatur <[email protected]>
- **Description:** Update Azure Document Intelligence implementation by Microsoft team and RAG cookbook with Azure AI Search --------- Co-authored-by: Lu Zhang (AI) <[email protected]> Co-authored-by: Yateng Hong <[email protected]> Co-authored-by: teethache <[email protected]> Co-authored-by: Lu Zhang <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]> Co-authored-by: Bagatur <[email protected]> Co-authored-by: Bagatur <[email protected]>