Skip to content

0.14.0

Compare
Choose a tag to compare
@langchain4j langchain4j released this 16 Jul 10:18
· 847 commits to main since this release
  • Simplified API for all models by removing Result class. Now models return results (AiMessage/Embedding/Moderation/etc) directly, without wrapping it into Result object.
  • Fixed a bug that prevented using @UserMessage in AI Services.