Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Aug 17, 2023
1 parent 05e54a6 commit d8584f4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ This is the Java language implementation of LangChain.

Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.

This library is aimed at assisting in the development of those types of applications. Looking for the Python version? Check out [LangChain](https://github.com/hwchase17/langchain).
This library is aimed at assisting in the development of those types of applications. Looking for the Python version? Check out [LangChain](https://github.com/langchain-ai/langchain).

If you use WeChat, you can join the following group.

<img src="https://github.com/HamaWhiteGG/langchain-java/blob/dev/docs/images/wechat-group.png" alt="wechat-group.png" style="width:40%;">

The following example can view in the [langchain-example](langchain-examples/src/main/java/com/hw/langchain/examples)

Expand Down Expand Up @@ -42,12 +46,6 @@ Prerequisites for building:
</dependency>
```


If you use WeChat, you can join the following group.

<img src="https://github.com/HamaWhiteGG/langchain-java/blob/dev/docs/images/wechat-group.png" alt="wechat-group.png" style="width:40%;">


### 3.2 Environment Setup
Using LangChain will usually require integrations with one or more model providers, data stores, apis, etc.
For this example, we will be using OpenAI’s APIs.
Expand Down

0 comments on commit d8584f4

Please sign in to comment.