qdrant-vector-search

Perform vector similarity search with metadata filtering for RAG systems.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill qdrant-vector-search-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qdrant-vector-search
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/optional-skills/mlops/qdrant
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill qdrant-vector-search-brittaniebuffiecsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qdrant-client>=1.12.0, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for a high-performance vector similarity search engine for RAG and semantic search, providing fast nearest neighbor search, hybrid search with filtering, and scalable vector storage.

Core Features & Use Cases

  • Vector Similarity Search: Rapid nearest neighbor search capabilities for RAG and semantic search systems.
  • Hybrid Search: Combine vector search with metadata filtering for complex queries.
  • Scalability: Built for horizontal scaling with sharding and replication, suitable for production environments.
  • Use Case: Integrate Qdrant into your application for a real-time recommendation system or a semantic search engine that handles large datasets.

Quick Start

Use the qdrant-vector-search skill to index and search vectors in your dataset. Example: 'index and search vectors in the "products" collection'.

Frequently Asked Questions about qdrant-vector-search

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

FAQPage Schema
How do I perform vector similarity search for a RAG system?

Vector similarity search for RAG systems is performed using a rapid nearest neighbor search engine to index and query dataset vectors. This Skill supports indexing collections to retrieve semantically similar items.

Can I combine semantic search with metadata filtering?

Yes, semantic search can be combined with metadata filtering using the hybrid search feature. This allows you to execute complex queries that restrict vector similarity results by specific metadata attributes.

Does this vector search engine support horizontal scalability for production?

Yes, horizontal scalability for production environments is supported through sharding and replication. This architecture allows the vector database to handle large datasets and high-throughput semantic search requests.

Do I need the qdrant-client library to build a recommendation system with this Skill?

Yes, the qdrant-client library version 1.12.0 or higher is required to use this Skill. It provides the necessary interface to index vectors and build a real-time recommendation system.

What is the best way to index and search vectors in a large products collection?

The best way to index and search vectors in a large products collection is to use a Rust-powered vector similarity engine. You can create a collection, index your product vectors, and perform rapid nearest neighbor searches.