qdrant-rag-pipeline

|

inamdarmihir/agentic-rag-skills2 installsApache-2.0Synced Aug 22

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: qdrant-rag-pipeline
description: |
license: Apache-2.0
---

# RAG Pipeline with Qdrant

A RAG pipeline has three independently tunable stages. Bad answers almost always trace back to exactly one of them: the chunks fed in, the retrieval logic pulling them out, or the context window assembled for the LLM. Fixing the wrong stage wastes time.

Diagnose first: are retrieved chunks relevant but answers still wrong (context-assembly problem), are chunks irrelevant (retrieval problem), or are chunks retrieved correctly but lack the content needed to answer (chunking problem)?

## Sub-skills

- [chunking](chunking/SKILL.md) — document segmentation strategies, chunk size, overlap, metadata
- [retrieval](retrieval/SKILL.md) — query strategies, filters, hybrid search, score thresholds
- [context-assembly](context-assembly/SKILL.md) — ranking retrieved chunks, deduplication, prompt packing

More AI & ML skills

← All AI & ML skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY