Skip to content

Commit

Permalink
docs: add QandA notebook. (#2029)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Jul 24, 2023
1 parent d9b5d03 commit 4841ddb
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ class SynapseTests extends TestBase {
.filter(_.getAbsolutePath.endsWith(".py"))
.filterNot(_.getAbsolutePath.contains("Finetune")) // Excluded by design task 1829306
.filterNot(_.getAbsolutePath.contains("VWnativeFormat"))
.filterNot(_.getAbsolutePath.contains("VowpalWabbitMulticlassclassification")) // Wait for Synpase fix
.filterNot(_.getAbsolutePath.contains("Langchain")) // Wait for Synpase fix
.filterNot(_.getAbsolutePath.contains("VowpalWabbitMulticlassclassification")) // Wait for Synapse fix
.filterNot(_.getAbsolutePath.contains("Langchain")) // Wait for Synapse fix
.filterNot(_.getAbsolutePath.contains("DocumentQuestionandAnsweringwithPDFs")) // Wait for Synapse fix
.filterNot(_.getAbsolutePath.contains("SetupCognitive")) // No code to run
.filterNot(_.getAbsolutePath.contains("CreateaSparkCluster")) // No code to run
.sortBy(_.getAbsolutePath)
Expand Down
Loading

0 comments on commit 4841ddb

Please sign in to comment.