Skip to content

java-1.3.0

Compare
Choose a tag to compare
@milderhc milderhc released this 26 Sep 16:44

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.