Skip to content

Commit 43ac4ed

Browse files
fix: Incorporate fdp changes in workshop notebook
2 parents 2a7712e + 571f2bb commit 43ac4ed

File tree

2 files changed

+172
-175
lines changed

2 files changed

+172
-175
lines changed

docs/workshop/docs/workshop/Challenge-3-and-4/Challenge-4.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
1. Open the [knowledge_mining_api notebook](./knowledge_mining_api.ipynb) from the Challenge-3-and-4 folder
44
2. Run the first cell to import the requirements
5-
3. The second cell defines a class that is used to define the plugin for the Azure AI Project Client. This contains the various functions that power different behaviors such as greeting, query Azure SQL database and query Azure AI Search. Run cell 2 to see the results when a user says Hello. The next result will show when a user asks a question and runs the Azure SQL query function. Finally we will see two more results when the user asks questions that runs the Azure AI Search function.
6-
4. Finally, you could update the `user_inputs` in cell 2 to try out more questions.
5+
3. Run the second cell to define a function to connect to the Azure SQL database.
6+
4. The third cell defines a class that is used to define the plugin for the Azure AI Agent. This contains the various functions that power different behaviors such as greeting, query Azure SQL database and query Azure AI Search. Run cell 3 and 4 to see the results when a user says Hello. The next result will show when a user asks a question and runs the Azure SQL query function. Finally we will see a result when the user asks questions that runs the Azure AI Search function.
7+
5. Finally, you could update the `user_inputs` in cell 3 to try out more questions.
78

89
```shell
910
user_inputs = [

0 commit comments

Comments
 (0)