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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,3 +212,13 @@ func start
212
212
The Azure Function will monitor the configured tables for changes and automatically call the Azure OpenAI endpoint to generate the embeddings for the new or updated data.
213
213
214
214
TODO: Add short section on adding new records to the database and what flag needs to be set to true for the function app to pick it up and generate embeddings.
215
+
216
+
## Cleanup
217
+
218
+
If you used the Azure Developer CLI template to deploy resources to try out this solution, you should delete those resources to avoid incurring costs in your Azure subscription.
219
+
220
+
To delete the resources created for this solution, run the following from a terminal windows in VS Code:
0 commit comments