0.19.0
版本发布时间: 2023-08-10 23:30:41
langchain4j/langchain4j最新发布版本:0.33.0(2024-07-25 16:34:14)
- Weaviate integration by @Heezer
- DOC, XLS and PPT loaders by @oognuyh
- Separate chat memory for each user
- Custom in-process embedding models
- Added lots of Javadoc
- Added
DocumentTransformer
and it's first implementation:HtmlTextExtractor
-
OpenAiTokenizer
is now more precise and can estimate tokens for tools/functions - Added option to force tool/function execution in
OpenAiChatModel
andOpenAiStreamingChatModel
- Some bugfixes and improvements