Category: ai (page 2 of 6)

Category: ai (page 2 of 6)

Artificial Intelligence

Boosting Developer Productivity with ChatGPT/Gemini/Claude Integration in Visual Studio featured image

Boosting Developer Productivity with ChatGPT/Gemini/Claude Integration in Visual Studio

7 min read

Boost your coding efficiency with ChatGPT/Gemini/Claude integration in Visual Studio! Learn how the free ChatGPTExtension eliminates tab switching, automates code fixes, and streamlines your workflow right inside your IDE. Maximize productivity and simplify your development process today!

From Prompt Engineering to RAG: Optimizing Product Category Classification Systems - Part 2 featured image

From Prompt Engineering to RAG: Optimizing Product Category Classification Systems - Part 2

7 min read

How we enhanced our product classification system by incorporating Retrieval-Augmented Generation (RAG) to provide dataset-specific context, resulting in improved performance and reliability.

From Prompt Engineering to RAG: Optimizing Product Category Classification Systems - Part 1 featured image

From Prompt Engineering to RAG: Optimizing Product Category Classification Systems - Part 1

7 min read

How we enhanced our product classification system by incorporating Retrieval-Augmented Generation (RAG) to provide dataset-specific context, resulting in improved performance and reliability.

Understanding Response Format Limitations: Why Llama, Phi & Mistral Models Struggle in Azure AI Studio featured image

Understanding Response Format Limitations: Why Llama, Phi & Mistral Models Struggle in Azure AI Studio

3 min read

A comprehensive exploration of Response Format compatibility issues when working with Llama, Phi, and Mistral model families in Microsoft Azure AI Studio with Semantic Kernel, and how to effectively navigate these limitations.

Using OpenAI vs Azure OpenAI with Semantic Kernel. What's the difference? featured image

Using OpenAI vs Azure OpenAI with Semantic Kernel. What's the difference?

5 min read

Understanding the differences between OpenAI and Azure OpenAI and how to use them with Semantic Kernel

Building a Recommendation System Using Text Embeddings and python featured image

Building a Recommendation System Using Text Embeddings and python

5 min read

Learn how to create a simple recommendation system for e-commerce using vector embeddings and Gradio.

Should you use GPT-4o-mini for multimodal tasks? featured image

Should you use GPT-4o-mini for multimodal tasks?

5 min read

A deep dive into the real costs and limitations of gpt-4o-mini for image processing tasks.

Improved function calling with the Semantic Kernel featured image

Improved function calling with the Semantic Kernel

5 min read

A new way to call functions using the latest Semantic Kernel SDK

Using Structured Outputs with Semantic Kernel featured image

Using Structured Outputs with Semantic Kernel

6 min read

A Simple Guide to Structured Outputs with Semantic Kernel. Converting text responses into typed data with JSON schema and C# model classes.