Showing results for Category: Semantic Kernel from Semantic Kernel

Apr 25, 2023
Post comments count0
Post likes count9

The Power of Persistent Memory with Semantic Kernel and Qdrant Vector Database

Tara Walker
Tara Walker

A key component of leveraging machine learning large languages models (LLM) for natural language processing (NLP) in applications for chat search like ChatGPT, ranking and recommendation engines, anomaly detection, and semantic search is the ability to leverage massive amounts of unstructured data for search. But where would we save and retrie...

Semantic KernelAnnouncementsVector Database
Apr 18, 2023
Post comments count0
Post likes count5

Money Talks: Chatting With Your Favorite 10-K

John Maeda
John Maeda

Adam Hurwitz recently shared a popular blog post about using Semantic Kernel to chat with the Microsoft 10-K, which can be extended to any other 10-K document that you like. As a seasoned pro in the space of Financial Services applications, Adam's hands-on experience with LLM AI is indicative of how each industry vertical is on the brink of ext...

Semantic KernelSamplesInterviews
Apr 17, 2023
Post comments count0
Post likes count6

Semantic Kernel Now Available In Python Flavor

John Maeda
John Maeda

Just a few weeks ago we came out with Semantic Kernel in C# and with an experimental branch for Python. Today we're happy to announce that based upon community feedback, we have an official Python release now available on GitHub. You know what that means ... and you're good to go! 🎉🎉🎉 Why Release Semantic Kernel In Python? Python is widely use...

Semantic KernelAnnouncementsInterviews
Apr 13, 2023
Post comments count0
Post likes count7

Semantic Kernel Tools

Shannon Monroe
Shannon Monroe

We are excited to announce the release of Semantic Kernel Tools, the first Semantic Kernel extension for Visual Studio Code. With this extension, developers can develop their own semantic skills on Semantic Kernel faster and with greater ease.  Semantic Kernel Tools provides a user-friendly interface that integrates seamlessly with...

Semantic KernelTools
Apr 11, 2023
Post comments count0
Post likes count5

How Haiyan Zhang Went from Software Engineer to AI Game Design Innovator

John Maeda
John Maeda

"We're not just creating AI for AI's sake, but we're creating AI that serves a purpose, that solves a problem, that empowers people, that respects people." —Haiyan Zhang Haiyan Zhang is a creative technologist, designer, and maker who has worked on projects ranging from wearable devices for people with Parkinson's to immersive experiences for so...

InterviewsSemantic Kernel
Apr 7, 2023
Post comments count0
Post likes count9

How to use Semantic Kernel for multi-modal experiences.

Nilesh Acharya
Nilesh Acharya

Multi-modal interfaces are becoming increasingly popular for app developers. These interfaces allow users to interact with apps in a variety of ways by combining different modes of input and output, such as voice, touch, and visuals, to create a more interactive and engaging user experience. In this blog we will overview how you can use Semanti...

Semantic Kernel
Apr 4, 2023
Post comments count0
Post likes count4

Use the Summarize Skill to create concise and actionable chat summaries

Evan Chaki
Evan Chaki

In this post, we will show you how to use the Summarize Skill, one of the many skills available in the Semantic Kernel repo, to create concise and actionable summaries of your chat conversations. The Summarize Skill uses AI to extract the main points, topics, and action items from any text input. You can use it to quickly review what was discus...

Semantic Kernel
Mar 30, 2023
Post comments count0
Post likes count6

Semantic Kernel Planner: Improvements with Embeddings and Semantic Memory

Lee Miller
Lee Miller

Semantic Kernel (SK) is a lightweight SDK that lets you mix conventional programming languages, like C# and Python, with the latest in Large Language Model (LLM) AI “prompts” with prompt templating, chaining, and planning capabilities.  Its Planner Skill allows users to create and execute plans based on semantic queries. Recently, the addition ...

Semantic KernelSamples
Mar 28, 2023
Post comments count0
Post likes count5

How to Deploy Semantic Kernel to Azure in Minutes

Evan Chaki
Evan Chaki

UPDATE: See the blog post: How to deploy Semantic Kernel to Azure as a web application service on the easiest way to deploy Semantic Kernel to your Azure instance.   If you have been following the Semantic Kernel GitHub repo, you have probably experimented with some of the examples and seen how powerful and flexible the platform is for a...

Semantic Kernel
Mar 23, 2023
Post comments count1
Post likes count4

Early Lessons From GPT-4: The Schillace Laws

John Maeda
John Maeda

What if you could use natural language to create software? What if you could leverage the power of a large-scale language model that can generate code, data, and text from simple prompts? What if you could balance the trade-offs between leverage and precision, uncertainty and interaction, complexity and simplicity? These are some of the questio...

Semantic Kernel