# langchain4j-examples **Repository Path**: Cavalier/langchain4j-examples ## Basic Information - **Project Name**: langchain4j-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [LangChain4j](https://github.com/langchain4j/langchain4j) Examples This repository provides several examples using the LangChain4j library. 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/main/spring-boot-example/src/test/java/dev/example/CustomerSupportApplicationTest.java)