Introduction In the domain of Natural Language Processing (NLP), traditional tools like Google Dialog Flow and Azure Language Studio have been widely used for developing conversational AI applications. However, the emergence of Large Language Models (LLMs) such as GPT has revolutionized the..
Creating CI/CD Pipelines in Azure DevOps
Continuous Integration (CI)/Continuous Delivery (CD) pipelines will allow us to safely deploy a new version of the software through a path of building, testing, and deploying code. It introduces automation and continuous monitoring throughout the lifecycle of a software product, from integration..