Skip to content

Releases: microsoft/semantic-kernel

python-0.2.6.dev

02 May 04:19
04206c6
Compare
Choose a tag to compare
python-0.2.6.dev Pre-release
Pre-release

What's Changed

New Contributors

dotnet-0.13.277.1-preview

25 Apr 16:23
41f35fb
Compare
Choose a tag to compare
Pre-release

NuGet Packages

Microsoft.SemanticKernel
Microsoft.SemanticKernel.Abstractions
Microsoft.SemanticKernel.Core
Microsoft.SemanticKernel.Connectors.AI.OpenAI
Microsoft.SemanticKernel.Skills.Document
Microsoft.SemanticKernel.Skills.OpenAPI
Microsoft.SemanticKernel.Skills.Memory.Sqlite
Microsoft.SemanticKernel.Skills.Web
Microsoft.SemanticKernel.Connectors.Memory.Sqlite
Microsoft.SemanticKernel.Connectors.Memory.Qdrant

What's Changed

  • Update glossary by @dluc in #1
  • Book creator sample app: fix translate target language by @TaoChenOSU in #2
  • Update docs by @dluc in #3
  • Align samples with documentation updates by @craigomatic in #4
  • Add 'SaveAsync' Function to TextMemorySkill by @awharrison-28 in #6
  • Refactoring Skills NuGet Packages by @shawncal in #5
  • Bump version to 0.8 plus some code style fixes by @dluc in #7
  • Add retry mechanism and cancellation token support for kernel execution and update samples by @lemillermicrosoft in #9
  • Add comments - PromptTemplate by @glahaye in #10
  • Improve README notes about .NET version, and allow to run samples with .net6 and .net7, by @dluc in #11
  • Rollback csproj changes by @dluc in #12
  • Updated diagram for azure function readme by @craigomatic in #14
  • Update GitHub Actions, PR, NuGet version process by @shawncal in #20
  • Improve Azure function error messages in sample apps by @TaoChenOSU in #18
  • Fix bug in SKFunction: remove duplicate RequestSettings objects by @dluc in #21
  • Add nuget and license badges to README by @dluc in #24
  • Rename SemanticKernelFunction to KernelHttpServer by @craigomatic in #25
  • Add WebFileDownloadSkill by @glahaye in #26
  • Bump Microsoft.Identity.Client.Extensions.Msal from 2.25.3 to 2.26.0 in /dotnet by @dependabot in #29
  • IBackendConfig Abstraction + KernelConfig Refactoring by @RogerBarreto in #27
  • Fix Example14_Memory.cs example strings by @alexchaomander in #31
  • Add a preamble to translate prompt by @TaoChenOSU in #34
  • Add new features and tests to PlannerSkill and FunctionFlowRunner by @lemillermicrosoft in #33
  • Modify AzureTextEmbeddings.GenerateEmbeddingsAsync() to emulate batching by @awharrison-28 in #19
  • Fix a few minor issues in the graph-api-skills readme by @markwallace-microsoft in #32
  • Correct namespaces in KernelHttpServer, Fixed code style warnings by @RogerBarreto in #36
  • Fix code style, namespaces, etc. by @dluc in #42
  • Add Roslyn and VS Threading analyzers by @dluc in #45
  • Add line to README that project is alpha by @alexchaomander in #40
  • Update VSCode launch and task settings and add code coverage option by @lemillermicrosoft in #46
  • Fixing testsettings for integration tests by @shawncal in #49
  • Fix Integration test OpenAIEmbeddingTests by @awharrison-28 in #56
  • Invite people to collaborate :-) by @dluc in #57
  • Bug fix: surface exceptions thrown by native functions by @dluc in #52
  • Bring embeddings and memory to KernelHttpServer by @craigomatic in #51
  • GitHub Actions Fixes, Cleanup by @shawncal in #64
  • Added TopNCollection and MinHeap data structures for usage in Memory by @dmytrostruk in #53
  • Fixed Intermittent UnitTest error by @RogerBarreto in #60
  • Fix setting plan arguments twice in UpdateWithPlanEntry by @jofri-msft in #72
  • Bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /dotnet by @dependabot in #69
  • Align test projects naming by @dmytrostruk in #61
  • Bump webpack from 5.75.0 to 5.76.1 in /samples/apps/book-creator-webapp-react by @dependabot in #75
  • Bump webpack from 5.75.0 to 5.76.1 in /samples/apps/auth-api-webapp-react by @dependabot in #77
  • Bump webpack from 5.75.0 to 5.76.1 in /samples/apps/chat-summary-webapp-react by @dependabot in #76
  • Remove OpenApi skill by @gitri-ms in #74
  • Add HTTP retry logic and cancellation support for OpenAI services by @lemillermicrosoft in #58
  • Added lost unit tests after refactoring by @dmytrostruk in #80
  • Add support for values params for functions by @dluc in #65
  • Improve code python skill by @SergeyMenshykh in #84
  • Sample readme updates + Ignoring .env files by @RogerBarreto in #41
  • Update main README.md links to public docs site by @shawncal in #90
  • Readme updates by @dluc in #91
  • Fix typos and code style by @dluc in #93
  • Add python-preview link to README by @shawncal in #92
  • Add Discord widget to Readme by @dluc in #101
  • [Docs] Sample 5: move the text about the planner just after the planner output by @eduardogoncalves in #107
  • Remove dependency on xunit.analyzers by @dluc in #113
  • TextMemorySkill: Recall Can Return Many Memories, added Keyed Lookup Functions Retrieve() and Remove() by @awharrison-28 in #35
  • Fix typo in Getting-Started-Notebook.ipynb by @eltociear in #109
  • Bump Microsoft.Data.Sqlite from 7.0.3 to 7.0.4 in /dotnet by @dependabot in #125
  • Bump Microsoft.Identity.Client.Extensions.Msal from 2.26.0 to 2.27.0 in /dotnet by @dependabot in #126
  • Bump Microsoft.Extensions.Configuration.Binder from 7.0.3 to 7.0.4 in /dotnet by @dependabot in #127
  • Sample 4: Using memory and embeddings with GitHub (#94) by @shawncal in #96
  • Update .editorconfig and launchsettings.json by @lemillermicrosoft in #145
  • Add new Question function to existing ClassificationSkill samples by @sw47 in #89
  • Minor non-functional updates to sample 4 by @TaoChenOSU in #138
  • Integrate use of embeddings to determine related skills returned from FunctionView by @lemillermicrosoft in #67
  • Rename DownloadToFileAsync to DownloadToFile in WebSkillTests by @lemillermicrosoft in #153
  • New Microsoft.SemanticKernel.Skills.OpenAPI project added by @SergeyMenshykh in #171
  • Add OpenAI GPT tokenizer class by @dluc in https://github.com/mi...
Read more