top of page
Search
The Tech Platform
Jul 30
How to use Azure OpenAI Embedding API for Document Search?
It is important to find the relevant document within a vast knowledge base. Whether you’re a researcher, a customer support agent, or an...
The Tech Platform
Jul 19
WebSocket Payload Optimization: WebSocket Compression in ASP.NET Core
WebSocket communication is a powerful tool for real-time interactions in web applications. However, as data flows back and forth between...
The Tech Platform
Jul 13
Fine-Tuning Function Calling: Empower Large Language Models
Large Language Models (LLMs) have revolutionized the field of natural language processing (NLP). These powerful AI models can generate...
The Tech Platform
Jul 5
Switching Between OpenAI and Azure OpenAI Endpoints with Python
While both OpenAI and Azure OpenAI Service rely on a common Python client library, there are small changes you need to make to your code...
The Tech Platform
Jul 3
Per-Interpreter GIL (Global Interpreter Lock) in Python
The GIL (Global Interpreter Lock) is a mutual exclusion lock (mutex) that acts as a gatekeeper for executing Python bytecode. It allows...
The Tech Platform
Jun 13
How the Reproducible Output is generated with Azure OpenAI Service?
Azure OpenAI Service is a fully managed service that provides REST API access to OpenAI’s powerful language models. It includes GPT-4,...
The Tech Platform
Jun 11
SQL CONNECTION_OPTIONS in External Data Source
In data management, it is crucial to connect with external data sources. SQL Server provides a powerful feature known as...
The Tech Platform
Jun 8
System.Threading.Lock: A New Thread Synchronization in .NET 9
In multithreaded programming, ensuring the correct and efficient thread synchronization is a challenge developers have had for years....
The Tech Platform
May 29
Exploring the Latest OpenAI Models - GPT-4o and GPT-4 Turbo
In the rapidly evolving world of artificial intelligence, OpenAI has consistently been at the forefront, pushing the boundaries of what’s...
The Tech Platform
May 9
Migrating from Get-MsolUser to Get-AzureADUser: A Developer's Guide
The Azure Active Directory (Azure AD) user management is constantly evolving. As Microsoft prioritizes newer technologies, developers...
bottom of page