doc: clarified relationship to Python LangChain
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# LangChain for Java: Supercharge your Java application with the power of LLMs
|
||||
# LangChain4j: idiomatic, open-source Java library for building LLM-powered applications on the JVM
|
||||
|
||||
[](https://github.com/langchain4j/langchain4j/actions/workflows/main.yaml)
|
||||
[](https://github.com/langchain4j/langchain4j/actions/workflows/nightly_jdk17.yaml)
|
||||
@@ -40,7 +40,7 @@ We noticed a lack of Java counterparts to the numerous Python and JavaScript LLM
|
||||
and we had to fix that!
|
||||
|
||||
**Despite the name, LangChain4j is not a Java port of LangChain (Python) — it is built for Java, not ported to it.**
|
||||
It is an idiomatic, Java-native library designed from the ground up around Java conventions:
|
||||
It is an idiomatic Java library designed from the ground up around Java conventions:
|
||||
type safety, POJOs, annotations, interfaces, dependency injection, fluent APIs, and first-class integrations with Quarkus, Spring Boot, Helidon, and Micronaut.
|
||||
Its API, internals, and release cycle are independent of the Python LangChain project.
|
||||
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ and we had to fix that!
|
||||
|
||||
:::note Not a port of LangChain (Python)
|
||||
Despite the name, **LangChain4j is not a Java port of [LangChain](https://github.com/langchain-ai/langchain) (Python) — it is built for Java, not ported to it**.
|
||||
It is an **idiomatic, Java-native** library designed from the ground up around Java conventions:
|
||||
It is an **idiomatic Java** library designed from the ground up around Java conventions:
|
||||
type safety, POJOs, annotations, interfaces, dependency injection, fluent APIs, and first-class integrations with
|
||||
[Quarkus](/tutorials/quarkus-integration), [Spring Boot](/tutorials/spring-boot-integration),
|
||||
[Helidon](/tutorials/helidon-integration), and [Micronaut](/tutorials/micronaut-integration).
|
||||
|
||||
Reference in New Issue
Block a user