Author: Yash Worlikar (page 1 of 5)

Author: Yash Worlikar (page 1 of 5)

AI developer at Systenics Solutions. Showing articles 1-9 (total 37)

Yash Worlikar
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?

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

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?

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

Using the Waitfor and WaitforCompletion in .NET Aspire 9 featured image

Using the Waitfor and WaitforCompletion in .NET Aspire 9

Learn how to use the new WaitFor and WaitForCompletion methods in .NET Aspire 9 to manage dependencies in your distributed applications.

Improved function calling with the Semantic Kernel featured image

Improved function calling with the Semantic Kernel

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

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

Setting up the Azure OpenAI API versions in Semantic Kernel featured image

Setting up the Azure OpenAI API versions in Semantic Kernel

Managing Azure OpenAI API versions in Semantic Kernel, including both new and legacy approaches.

JSON Mode and Structured Outputs Mode using OpenAI Models featured image

JSON Mode and Structured Outputs Mode using OpenAI Models

Understanding JSON Mode and Structured Outputs in OpenAI Models

Implementing a Simple BPE Tokenizer in .NET featured image

Implementing a Simple BPE Tokenizer in .NET

Writing a basic Byte Pair Encoding (BPE) tokenizer using C# and .NET