File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ codecov] ( https://codecov.io/gh/kpavlov/langchain4j-kotlin/graph/badge.svg?token=VYIJ92CYHD )] ( https://codecov.io/gh/kpavlov/langchain4j-kotlin )
8
8
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/176ba2c4e657d3e7981a/maintainability )] ( https://codeclimate.com/github/kpavlov/langchain4j-kotlin/maintainability )
9
9
[ ![ Api Docs] ( https://img.shields.io/badge/api-docs-blue )] ( https://kpavlov.github.io/langchain4j-kotlin/api/ )
10
+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/kpavlov/langchain4j-kotlin )
10
11
11
12
Kotlin enhancements for [ LangChain4j] ( https://github.com/langchain4j/langchain4j ) , providing coroutine support and Flow-based streaming capabilities for chat language models.
12
13
Original file line number Diff line number Diff line change 45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<kotlin .code.style>official</kotlin .code.style>
47
47
<java .version>17</java .version>
48
- <kotlin .version>2.1.20 </kotlin .version>
48
+ <kotlin .version>2.1.21 </kotlin .version>
49
49
<kotlin .compiler.apiVersion>1.9</kotlin .compiler.apiVersion>
50
50
<kotlin .compiler.jvmTarget>${java.version} </kotlin .compiler.jvmTarget>
51
51
<kotlin .compiler.languageVersion>1.9</kotlin .compiler.languageVersion>
457
457
<plugin >
458
458
<groupId >org.openrewrite.maven</groupId >
459
459
<artifactId >rewrite-maven-plugin</artifactId >
460
- <version >6.7.0 </version >
460
+ <version >6.8.1 </version >
461
461
<configuration >
462
462
<exportDatatables >true</exportDatatables >
463
463
<activeRecipes >
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >dev.langchain4j</groupId >
71
71
<artifactId >langchain4j-core</artifactId >
72
- <version >1.0.0-rc1 </version >
72
+ <version >1.0.0</version >
73
73
<classifier >tests</classifier >
74
74
</dependency >
75
75
<dependency >
You can’t perform that action at this time.
0 commit comments