top of page
Search
The Tech Platform
Jul 30, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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, 2024
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