0.23.0
版本发布时间: 2023-09-29 20:32:47
langchain4j/langchain4j最新发布版本:0.33.0(2024-07-25 16:34:14)
- Updates to models API: return
Response<T>
instead ofT
.Response<T>
contains token usage and finish reason. - All model and embedding store integrations now live in their own modules
- Integration with Vespa by @Heezer
- Integration with Elasticsearch by @Martin7-1
- Integration with Redis by @Martin7-1
- Integration with Milvus by @IuriiKoval
- Integration with Astra DB and Cassandra by @clun
- Added support for overlap in document splitters
- Some bugfixes and smaller improvements