https://github.com/langchain4j/langchain4j-examples
https://github.com/langchain4j/langchain4j-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/langchain4j/langchain4j-examples
- Owner: langchain4j
- License: apache-2.0
- Created: 2023-06-20T16:04:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:28:19.000Z (about 1 year ago)
- Last Synced: 2024-04-28T05:06:33.713Z (about 1 year ago)
- Language: Java
- Size: 1.1 MB
- Stars: 355
- Watchers: 12
- Forks: 148
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [LangChain4j](https://github.com/langchain4j/langchain4j) Examples
This repository provides several examples using the LangChain4j library.
More examples from the community can be found [here](https://github.com/langchain4j/langchain4j-community-examples).
A good place to start includes:
- [Tutorials](https://github.com/langchain4j/langchain4j-examples/tree/main/tutorials/src/main/java)
- [More examples](https://github.com/langchain4j/langchain4j-examples/tree/main/other-examples/src/main/java)
- [Examples of using advanced RAG techniques](https://github.com/langchain4j/langchain4j-examples/tree/main/rag-examples/src/main/java)
- [Example of an agent with memory, tools and RAG](https://github.com/langchain4j/langchain4j-examples/blob/5a19b723661530cf64846a256e2b01b060e7fb0b/customer-support-agent-example/src/main/java/dev/langchain4j/example/CustomerSupportAgentApplication.java#L39)If you have any issues or feature requests, please submit them [here](https://github.com/langchain4j/langchain4j/issues/new/choose).