Programming Journey
Thursday, December 7, 2023
What is embedding? What is a Token? How to generate embedding with Azure OpenAI
›
An embedding is a new way to represent data for Vector databases, machine learning models, and algorithms. Its format is similar ...
Thursday, November 30, 2023
Introduction to Azure OpenAI
›
AI is a widely discussed topic, and everyone strives to comprehend how it can benefit their business. The emergence of AI has bro...
Wednesday, August 9, 2023
How to use Azure Cosmos DB and Azure Search in the same solution?
›
In my previous post, I discussed the process of establishing a Free-text search for Azure Cosmos DB. Towards the end, I demonstrated ...
Wednesday, July 26, 2023
How to perform a Full-Text Search in Azure Cosmos DB
›
Incorporating Full-Text Search functionality into your application can enable users to locate what they are searching for effortlessly....
Tuesday, June 6, 2023
Let's take that calculation out of your Azure Cosmos DB query with new Computed Properties.
›
A computed property is a virtual property that is not physically stored in a document. You can use data from other properties of a do...
Friday, June 2, 2023
Switch syntax has a new look in C# 8
›
The switch is a very useful syntax to use if you have many if-else statements. The switch can easily combine these statements and make ...
Wednesday, May 31, 2023
Great news everyone! Azure Cosmos DB Serverless can scale up to 1TB now.
›
Azure Cosmos DB's Serverless option is a great way to save money if your application expects intermittent and unpredictable traffic...
›
Home
View web version