Showing results for 2024 | Page 12 of 12 | Semantic Kernel

Mar 6, 2024
0
6

Architecting AI Apps with Semantic Kernel

Sophia Lagerkrans-Pandey Veronica Ward
Sophia,
Veronica

With Semantic Kernel, you can easily build agents that can call your existing code. This power lets you automate your business processes with models from OpenAI, Azure OpenAI, Hugging Face, and more! We often get asked though, “How do I architect my solution?” and “How does it actually work?” In this blog post, we’ll break apart the key componen...

Semantic Kernel
Mar 5, 2024
2
1

Java 1.0 Release Candidate for Semantic Kernel now available

Martijn Verburg
Martijn Verburg

On the 19th of July 2023, we announced the first public alpha release of the Microsoft Semantic Kernel for Java. Today, we are thrilled to announce 1.0.0-rc2 as our first public Release Candidate of the Microsoft Semantic Kernel for Java! This Java library opens new developer possibilities by seamlessly integrating AI services like OpenAI and Azure...

Semantic Kernel
Mar 4, 2024
0
3

Now in Beta: Explore the Enhanced Python SDK for Semantic Kernel

Evan Mattson Eduard van Valkenburg
Evan,
Eduard

The Semantic Kernel team is excited to announce we are on the brink of releasing v1.0.0 of our Python SDK. In our journey towards this significant milestone, the latest beta release (0.9.0b1) has brought essential breaking changes, aligning our Python SDK's capabilities with those of our .NET SDK. Our commitment to Pythonic best practices shines th...

Semantic KernelPython
Feb 12, 2024
2
4

Spring 2024 roadmap for Semantic Kernel

Matthew Bolanos
Matthew Bolanos

Now that it's February, we wanted to share what we had planned for Semantic Kernel from now until Microsoft Build. Most of our next immediate investments fall into one of three buckets: V1.0 parity across all our languages, additional connectors, and last but not least, agents. If you want a deep dive into our plans, watch our Spring 2024 roadmap v...

Semantic Kernel
Jan 23, 2024
0
3

Road to v1.0 for the Python Semantic Kernel SDK

Matthew Bolanos
Matthew Bolanos

Want to contribute to the Python SDK? Come join the Python Development Syncs every other Wednesday at 9 AM PST. Click here to download the calendar invite. Last year, we finished shipping the v1.0.1 version of the .NET Semantic Kernel SDK. As part of this move, we made the SDK much easier to use while also increasing its power. We now have our eye...

Semantic Kernel
Jan 22, 2024
0
4

MicroAgents: Exploring Agentic Architecture with Microservices

Chris Rickman Alex Chao
Chris,
Alex

Throughout our time building Semantic Kernel and working with customers, we've introduced agents and have just started to explore the potential of autonomous AI agents. While the community is in the midst of exploring various architectures for these agents, one source we can draw inspiration from is the microservice architecture. Consider the be...

Semantic Kernel
Jan 8, 2024
1
2

GUEST POST: How to build a Kernel Memory connector and use Elasticsearch as vector database

Alessandro Federici
Alessandro Federici

This article will help readers to create their own connectors for Kernel Memory. It will introduce fundamental concepts of Kernel Memory and Elasticsearch and will show some practical use cases of how to use the interface IMemoryDb. The complete source code for the connector is located in the GitHub repository FreeMindLabs.KernelMemory.Elasticse...

Semantic KernelSamplesVector Database