qdrant-vectorstore

Community

Embed docs and power semantic search for RAG.

Authorsajid-khan-afridi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you manage semantic vector storage and retrieval for knowledge bases by interfacing with Qdrant Cloud. It handles collection creation, document embedding storage with automatic chunking, and fast semantic search for RAG chatbots, reducing manual setup and integration work.

Core Features & Use Cases

  • Collection Management: Create and manage Qdrant collections with cosine similarity configuration.
  • Document Storage: Automatically chunk large documents and store embeddings for efficient retrieval.
  • Semantic Search: Query across stored vectors to fetch relevant chunks with relevance scores.
  • Reliability: Built-in retry logic with exponential backoff and robust logging.

Quick Start

To get started, create a collection, upsert documents, and perform a search:

  • Create collection: /ask Use qdrant-vectorstore to create collection "tech_docs"
  • Upsert documents: /ask Use qdrant-vectorstore to upsert into "tech_docs": ["Machine learning is a subset of artificial intelligence...", "Deep learning uses neural networks..."]
  • Search documents: /ask Use qdrant-vectorstore to search "tech_docs" for "neural networks"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: qdrant-vectorstore
Download link: https://github.com/sajid-khan-afridi/hackathon1_repeat/archive/main.zip#qdrant-vectorstore

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.