Author: devonenote
-
Get the count of each column of Kusto Table
In Kusto Query Language (KQL), you can’t directly get the count of each column in a single command. However, you can get the count of each column one by one using the count() function. Here’s an example: Replace ‘datatable’ with your table name and ‘Column1’, ‘Column2’, ‘Column3’ with your column names. This will give you the count…
-
Comparing OpenAI and Azure OpenAI Features
Update: This document has been updated as of December 2023 In the rapidly evolving landscape of artificial intelligence, OpenAI has positioned itself as a leader in advanced AI models. Microsoft, through Azure OpenAI, has partnered with OpenAI to bring these innovations to a wider audience, integrating them into their cloud platform. Both entities offer a…
-
Resolving Knowledge Cut-off Discrepancies in Azure OpenAI’s GPT-4 Turbo Model
If you are an AI enthusiast and have been using Azure OpenAI, you might be contemplating upgrading your deployment from gpt4 to the more advanced gpt-4-1106 preview, also referred to as gpt-4 turbo. This comes in the wake of Microsoft’s official announcement about this more advanced model. However, as you embark on this upgrade, you…