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
Refine README to clarify project purpose for LangChain4j
Updated README to emphasize the project as a playground for LangChain4j's Kotlin API. Adjusted wording to outline the potential adoption of features into the main repository.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ Kotlin enhancements for [LangChain4j](https://github.com/langchain4j/langchain4j
11
11
12
12
See the [discussion](https://github.com/langchain4j/langchain4j/discussions/1897) on LangChain4j project.
13
13
14
-
> ℹ️ I am verifying my ideas for improving LangChain4j here. If an idea is accepted, the code might be adopted into the original [LangChain4j](https://github.com/langchain4j) project. If not - you may enjoy it here.
14
+
> ℹ️ This project is a playground for [LangChain4j's Kotlin API](https://docs.langchain4j.dev/tutorials/kotlin). If
15
+
> accepted, some code might be adopted into the original [LangChain4j](https://github.com/langchain4j) project and removed
0 commit comments