-
Notifications
You must be signed in to change notification settings - Fork 831
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
docs: add QandA notebook. #2029
docs: add QandA notebook. #2029
Conversation
Hey @aydan-at-microsoft 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
Co-authored-by: Kartavya Neema <[email protected]> Co-authored-by: Amir Jafari <[email protected]>
68b1cc8
to
0aa0689
Compare
Co-authored-by: Kartavya Neema <[email protected]> Co-authored-by: Amir Jafari <[email protected]>
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.
Summary by GPT-4
In this commit, a new notebook called "Quickstart - Document Question and Answering with PDFs" has been added to the "Explore Algorithms/AI Services" section. This notebook demonstrates how to develop a context-aware question answering framework for any form of a document using OpenAI models, SynapseML, and Azure AI Services. The notebook assumes that PDF documents are the source of data, but the same framework can be easily extended to other document formats as well.
Suggestions
No suggestions are needed as the changes in this PR seem to be clear and well-structured.
/azp run |
Commenter does not have sufficient privileges for PR 2029 in repo microsoft/SynapseML |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #2029 +/- ##
===========================================
- Coverage 87.09% 72.60% -14.49%
===========================================
Files 306 306
Lines 16068 16068
Branches 860 860
===========================================
- Hits 13994 11666 -2328
- Misses 2074 4402 +2328 |
/azp run |
No commit pushedDate could be found for PR 2029 in repo microsoft/SynapseML |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
* add QandA notebook. Co-authored-by: Kartavya Neema <[email protected]> Co-authored-by: Amir Jafari <[email protected]> * address comments. Co-authored-by: Kartavya Neema <[email protected]> Co-authored-by: Amir Jafari <[email protected]> * rename cog services to ai services * add test to exclude, wait for synapse fix --------- Co-authored-by: Kartavya Neema <[email protected]> Co-authored-by: Amir Jafari <[email protected]> Co-authored-by: Mark Hamilton <[email protected]>
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Briefly describe the changes included in this Pull Request.
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentation
folder.Make sure you choose the correct class
estimators/transformers
and namespace.DocTable
points to correct API link.yarn run start
to make sure the website renders correctly.<!--pytest-codeblocks:cont-->
before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTests
job pass in the pipeline.