all Technical posts
Domain Operations as F# Lenses
Lenses are a great way to interact with immutable structures. This post goes over a possible approach to using lenses with a strict domain model.
all Codit insights
A Simple Chat App with LangChain
In the final blog post of this series, we will have a look at how to make an AI-driven app in LangChain.
all Codit insights
Why You Need Azure to Secure Your AI Solution
Watch the full video to ensure fairness, security, transparency and accountability in your AI deployment.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
LangChain: Creating a Summary App
In the third part of this blog series on LangChain, we will create an app that analyses the user’s question and performs actions based on this analysis. Specifically, this app will either conduct a cognitive search or summarize a specific file. We will also demonstrate how to upload a file to a blob storage, chunk it and upload it to your index. This post assumes that you already know how to create a basic API in Python.
all Codit insights
What are the Fundamentals of a Data Platform?
In the era of AI and analytics, a robust data platform is essential. Watch the video for more information.
all Technical posts
Creating a LangChain App with Cognitive Search
This blog post will walk you through creating an AI chat application that uses AI search – also known as cognitive search.