Toolverse
All skills

qdrant-vector-search

by zechenzhangAGI

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
143

About this skill

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

How to use

  1. Zainstaluj klienta Pythona za pomocą polecenia pip install qdrant-client — to umożliwi komunikację z serwerem Qdrant z poziomu Twojego kodu.

  2. Uruchom Qdrant w Dockerze poleceniem docker run -p 6333:6333 -p 6334:6334 qdrant/qdrant — serwer będzie dostępny na porcie 6333 dla REST i 6334 dla gRPC. Dla trwałego przechowywania danych dodaj flagę -v $(pwd)/qdrant_storage:/qdrant/storage.

  3. Zaimportuj QdrantClient w swoim skrypcie Pythona i połącz się z serwerem, podając adres hosta i port.

  4. Utwórz kolekcję wektorów, definiując wymiar wektorów i metrykę podobieństwa (np. cosine similarity) — to będzie kontener dla Twoich danych.

  5. Wstaw wektory wraz z metadanymi (payload) do kolekcji — każdy punkt może zawierać gęste wektory, rzadkie wektory lub oba jednocześnie.

  6. Wykonaj wyszukiwanie hybrydowe, podając wektor zapytania i filtry na polach metadanych — Qdrant zwróci najbliższe sąsiedztwo z uwzględnieniem ograniczeń.

Related skills

openrouter

by rawveg

OpenRouter API - Unified access to 400+ AI models through one API

Data Science
17138

market-research-reports

by davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for

Data Science
16115

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

stock-analyzer

by FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

Data Science
23128