Agent skill · AI & Agents

langchain4j-rag-implementation-patterns

Implement Retrieval-Augmented Generation (RAG) systems with LangChain4j. Build document ingestion pipelines, embedding stores, vector search strategies, and knowledge-enhanced AI applications. Use when creating question-answering systems over document collections or AI assistants with external knowledge bases.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill langchain4j-rag-implementation-patterns-giuseppe-trisciuogli-dev --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.1.0
Allowed tools: ReadWriteBash
Path: skills/ai-llm/langchain4j-rag-implementation-patterns-giuseppe-trisciuogli-dev/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LangChain4j RAG Implementation Patterns ## When to Use This Skill Use this skill when: - Building knowledge-based AI applications requiring external document access - Implementing question-answering systems over large document collections - Creating AI assistants with access to company knowledge bases - Building semantic search capabilities for document repositories - Implementing chat systems that reference specific information sources - Creating AI applications requiring source attribution - Building domain-specific AI systems with curated knowledge - Implementing hybrid search combining vector similarity with traditional search - Creating AI applications requiring real-time document updates - Building multi-modal RAG systems with text, images, and other content types ## Overview Implement complete Retrieval-Augmented Generation (RAG) systems with LangChain4j. RAG enhances language models by providing relevant context from external knowledge sources, improving accuracy and reducing hallucinations. ## Instructions ### Initialize RAG Project Create a new Spring Boot project with required dependencies: **pom.xml**: ```xml <dependency> <groupId>dev.langchain4j</groupId> <artifactId

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Overview
  3. Instructions
  4. Initialize RAG Project
  5. Setup Document Ingestion
  6. Configure Content Retrieval
  7. Create RAG-Enabled AI Service
  8. Examples
  9. Basic Document Processing
  10. Multi-Domain Assistant
  11. Hierarchical RAG
  12. Best Practices
  13. Document Segmentation
  14. Metadata Strategy
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the langchain4j-rag-implementation-patterns skill do?

Implement Retrieval-Augmented Generation (RAG) systems with LangChain4j. Build document ingestion pipelines, embedding stores, vector search strategies, and knowledge-enhanced AI applications. Use when creating question-answering systems over document collections or AI assistants with external knowledge bases.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill langchain4j-rag-implementation-patterns-giuseppe-trisciuogli-dev --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going