qdrant-patterns

Store and retrieve documents in Qdrant collections for RAG workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/neverprepared/ink-bunny --skill qdrant-patterns-neverprepared
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qdrant-patterns
Source: https://github.com/neverprepared/ink-bunny/tree/main/reflex/plugins/reflex/skills/qdrant-patterns
Command: npx skills add https://github.com/neverprepared/ink-bunny --skill qdrant-patterns-neverprepared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Qdrant-backed storage enables unified indexing and retrieval of documents for RAG workflows, giving teams a persistent memory layer and semantic search capabilities across diverse data sources.

Core Features & Use Cases

  • Store information with automatic embeddings via the qdrant-store tool.
  • Semantic search and retrieval with the qdrant-find tool.
  • Workspace-scoped collections configured via the COLLECTION_NAME environment variable to isolate data per profile.

Quick Start

Create or connect a Qdrant collection and begin storing and querying documents.

Frequently Asked Questions about qdrant-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store and semantically retrieve documents with Qdrant for RAG workflows?▼

You can store and semantically retrieve documents with Qdrant using the qdrant-store tool to index information with automatic embeddings, and the qdrant-find tool to query data. This provides a persistent memory layer for RAG workflows across diverse data sources.

How do I isolate data per workspace when using a Qdrant vector database?▼

To isolate data per workspace when using a Qdrant vector database, configure the COLLECTION_NAME environment variable. This workspace-scoped approach ensures deterministic collection configuration and separates data per profile.

What is the best way to add persistent memory to a semantic search pipeline?▼

The best way to add persistent memory to a semantic search pipeline is by using a vector database like Qdrant to unify indexing and retrieval. Storing documents via automatic embeddings creates a persistent layer that retains information for future queries.

Does this semantic search approach require manual embedding generation before storing research data?▼

No, this semantic search approach does not require manual embedding generation. The qdrant-store tool automatically generates embeddings when indexing research data, streamlining the storage process for your documents.

Can I use Qdrant to build persistent memory and semantic search across multiple data sources?▼

Yes, you can use Qdrant to build persistent memory and semantic search across multiple data sources. It enables unified indexing and retrieval of documents, giving teams a persistent memory layer for diverse information.

What are the limitations of relying on Qdrant for document storage in RAG?▼

The limitations of relying on Qdrant for document storage in RAG include its strict workspace-scoped collections, which require setting the COLLECTION_NAME environment variable to properly isolate data per profile before querying.