Build LLM-powered applications in Java with support for chatbots, agents, RAG, tools, and much more
This tile provides comprehensive, production-ready documentation for LangChain4j (version 1.11.0), a Java library for building LLM-powered applications.
tessl/maven-dev-langchain4j--langchain4j1.11.0pkg:maven/dev.langchain4j/langchain4j@1.11.0docs/index.mdThis tile documents the following LangChain4j capabilities:
docs/
├── index.md # Main entry point with quick start guide
├── ai-services.md # AI Services API and patterns
├── models.md # Chat models and embeddings
├── memory.md # Conversation memory management
├── messages.md # Message types and handling
├── request-response.md # Request/response structures
├── prompts.md # Prompt templates and engineering
├── rag.md # Retrieval Augmented Generation
├── tools.md # Function calling and tools
├── guardrails.md # Validation and moderation
├── output-parsing.md # Structured output extraction
├── document-processing.md # Document handling
├── embedding-store.md # Vector databases
├── data-types.md # Core data structures
├── classification.md # Text classification
├── chains.md # Processing chains
└── spi.md # Service provider interfacesThis tile provides:
This tile is designed for AI agents building Java applications with LangChain4j. The documentation includes:
The documentation is organized hierarchically for optimal context usage, with the most commonly needed information front-loaded.
Add to your Maven project:
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j</artifactId>
<version>1.11.0</version>
</dependency>This documentation tile is provided for use with Tessl. LangChain4j itself is licensed under the Apache License 2.0.
This tile has been validated with tessl tile lint and is production-ready:
✔ No broken links ✔ No orphaned files ✔ Complete documentation tree ✔ All references resolved ✔ Proper metadata in tile.json
Install with Tessl CLI
npx tessl i tessl/maven-dev-langchain4j--langchain4j