You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.