An open API service indexing awesome lists of open source software.

https://github.com/langchain4j/langchain4j-examples


https://github.com/langchain4j/langchain4j-examples

Last synced: 3 months ago
JSON representation

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).