You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This is a **customer-funded Value-Based Delivery (VBD)**. Below, you'll find all
54
54
| VBD Accreditation for CSAs | Links for CSAs to get the Accreditation needed to deliver the workshop |[Link 1](https://learningplayer.microsoft.com/activity/s9261799/launch) , [Link 2](https://learningplayer.microsoft.com/activity/s9264662/launch)|
55
55
| VBD 3-5 day POC Asset (IP) | The MVP to be delivered (this GitHub repo) |[Azure-Cognitive-Search-Azure-OpenAI-Accelerator](https://github.com/MSUSAzureAccelerators/Azure-Cognitive-Search-Azure-OpenAI-Accelerator)|
56
56
| VBD Workshop Deck | The deck introducing and explaining the workshop |[Intro AOAI GPT Azure Smart Search Engine Accelerator.pptx](https://github.com/MSUSAzureAccelerators/Azure-Cognitive-Search-Azure-OpenAI-Accelerator/blob/main/Intro%20AOAI%20GPT%20Azure%20Smart%20Search%20Engine%20Accelerator.pptx)|
57
-
| CSA Training Video | 2 Hour Training for Microsoft CSA's | POC VBD Training Recording (New video coming soon!) |
57
+
| CSA Training Video | 2 Hour Training for Microsoft CSA's |[POC VBD Training Recording](https://microsoft-my.sharepoint.com/:v:/p/annagross/ETONCWUYCa5EtpmnYjYy9eABK1JV1yo49HDoYjnry1C8-A)|
58
58
59
59
60
60
---
@@ -140,8 +140,7 @@ Note: (Pre-requisite) You need to have an Azure OpenAI service already created
140
140
## Preferred Development Environment - Azure Machine Learning
141
141
142
142
1. Clone your Forked repo to your AML Compute Instance. If your repo is private, see below in Troubleshooting section how to clone a private repo.
143
-
2. Make sure you run the notebooks on a **Python 3.12 conda enviroment**.
144
-
3. Install the dependencies on your machine (make sure you do the below pip comand on the same conda environment that you are going to run the notebooks.) For example, in AZML compute instance run:
143
+
2. Install the dependencies on your machine (make sure you do the below pip comand on the same Python 3.12 conda environment that you are going to run the notebooks.) For example, in AZML compute instance run:
145
144
146
145
```bash
147
146
conda create -n GPTSearch python=3.12
@@ -166,9 +165,10 @@ Note: (Pre-requisite) You need to have an Azure OpenAI service already created
166
165
3. Pip install ipykernel
167
166
168
167
5. Edit the file `credentials.env` with your own values from the services created in step 4.
169
-
- For BLOB_SAS_TOKEN and BLOB_CONNECTION_STRING. Go to Storage Account>Security + networking>Shared access signature>Generate SAS
168
+
- For BLOB_SAS_TOKEN and BLOB_CONNECTION_STRING. Go to Storage Account -> Security + networking -> Shared access signature>Generate SAS
170
169
6.**Run the Notebooks in order** using the "GPTSearch (Python 3.12)" kernel(AML) or .venv kernel(vscode). They build up on top of each other.
171
170
171
+
172
172
---
173
173
174
174
<details>
@@ -217,4 +217,3 @@ trademarks or logos is subject to and must follow
0 commit comments