Skip to main content
Back to registry

rag-implementation

wshobson/agents

Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources.

Installs4
Install command
npx skills add https://github.com/wshobson/agents --skill rag-implementation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. Purpose : Store and retrieve document embeddings efficiently Options: Purpose : Convert text to numerical vectors for similarity search Models (2026): Approaches: Purpose : Improve retrieval quality by reordering results Methods: - Building Q&A systems over proprietary documents - Creating chatbots with current, factual information - Implementing semantic search with natural language queries - Reducing hallucinations with grounded responses - Enabling LLMs to access domain-specific knowledge - Building documentation assistants - Creating research tools with source citation - Pinecone : Managed, scalable, serverless - Weaviate : Open-source, hybrid search, GraphQL - Milvus : High performance, on-premise - Chroma : Lightweight, easy to use, local development - Qdrant : Fast, filtered search, Rust-based - pgvector : PostgreSQL extension, SQL integration - Dense Retrieval : Semantic similarity via embeddings - Sparse Retrieval : Keyword matching (BM25, TF-IDF) - Hybrid Search : Combine dense + sparse with weighted fusion - Multi-Query : Generate multiple query variations - HyDE : Generate hypothetical documents for better retrieval - Cross-Encoders : BERT-based reranking (ms-marco-MiniLM) - Cohere Rerank : API-based reranking - Maximal...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does rag-implementation do?

Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources.

Is rag-implementation good?

rag-implementation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does rag-implementation work with?

rag-implementation currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to rag-implementation?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install rag-implementation?

npx skills add https://github.com/wshobson/agents --skill rag-implementation

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering