Skip to content

Releases: microsoft/semantic-kernel-java

java-1.4.2

05 Dec 19:53
Compare
Choose a tag to compare

1.4.2

  • Fix bug effecting using native Java methods with OpenAI tool calling

java-1.4.1

03 Dec 20:33
Compare
Choose a tag to compare

1.4.1

  • Add Otel Telemetry on function invocations
  • Fix bug to add type information to OpenAI function parameters
  • Improve efficiency of cosine similarity calculation
  • Fix concurrency bugs on database creation
  • Add sample demonstrating a text splitter for chunking text for embedding
  • Add hybridSearchAsync support to Azure AI Search

java-1.4.0

29 Oct 17:45
Compare
Choose a tag to compare

1.4.0

  • Upgrade to azure-ai-openai 1.0.0-beta.12
  • Add vector stores with vector search support for Azure AI Search, Redis, JDBC with Postgres, MySQL, SQLite and HSQLDB. Moving these features out of the experimental stage.

java-1.3.0

26 Sep 16:44
Compare
Choose a tag to compare

1.3.0

  • Added support for Json Schema to Open AI Chat Completions
  • Upgraded to openai sdk 1.0.0-beta.11
  • Added convenience method FunctionInvocation.withResultTypeAutoConversion which sets the return type and registers a
    type converter based on Jackson for the return type.
  • Added localization support for error/debug messages
  • Add vector search to experimental vector stores.
    • Approximate vector search for Azure AI Search, Redis and JDBC with Postgres.
    • Exhaustive vector search for VolatileVectorStore and default JDBC query provider, MySQL, SQLite and HSQLDB.

Bug Fixes

  • Fixed type converters not being passed on to be used in tool invocations

Breaking Changes

  • To support the new Json Schema feature, ResponseFormat has changed from an enum to a class.

java-1.2.2

19 Aug 17:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: java-1.2.0...java-1.2.2

java-1.2.0

19 Aug 17:52
Compare
Choose a tag to compare