Zurück zu Fähigkeiten

qdrant-vector-search

davila7
Aktualisiert 11 days ago
331 Ansichten
18,478
1,685
18,478
Auf GitHub ansehen
MetaRAGVector SearchQdrantSemantic SearchEmbeddingsSimilarity SearchHNSWProductionDistributed

Über

Die qdrant-vector-search-Skill bietet eine leistungsstarke Vektor-Ähnlichkeitssuche für den Aufbau von produktiven RAG-Systemen. Sie ermöglicht schnelle Nearest-Neighbor-Suche, Hybridsuche mit Filterung und skalierbare Vektorspeicherung auf Rust-Basis. Nutzen Sie sie, wenn Sie semantische Suche mit niedriger Latenz, horizontaler Skalierbarkeit und vollständiger Datenkontrolle benötigen.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add davila7/claude-code-templates -a claude-code
Plugin-BefehlAlternativ
/plugin add https://github.com/davila7/claude-code-templates
Git CloneAlternativ
git clone https://github.com/davila7/claude-code-templates.git ~/.claude/skills/qdrant-vector-search

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

GitHub Repository

davila7/claude-code-templates
Pfad: cli-tool/components/skills/ai-research/rag-qdrant
0
anthropicanthropic-claudeclaudeclaude-code

Verwandte Skills

huggingface-tokenizers

Dokumente

This skill provides high-performance tokenization using HuggingFace's Rust-based library, processing 1GB of text in under 20 seconds. It supports BPE, WordPiece, and Unigram algorithms while enabling custom tokenizer training and alignment tracking. Use it when you need production-fast tokenization or to build custom tokenizers integrated with the transformers ecosystem.

Skill ansehen

crewai-multi-agent

Meta

CrewAI is a lightweight multi-agent orchestration framework for building teams of specialized AI agents that collaborate autonomously on complex tasks. It enables role-based agent collaboration with memory and supports sequential or hierarchical workflows for production use. The framework is built without LangChain dependencies for lean, fast execution.

Skill ansehen

chroma

Dokumentation

Chroma is an open-source embedding database for AI applications that provides vector search, metadata filtering, and a simple API. It's ideal for building RAG applications and semantic search, scaling from local development to production. Use it when you need a self-hosted vector database for document retrieval and embedding storage.

Skill ansehen

training-llms-megatron

Design

This skill trains massive LLMs (2B-462B parameters) using NVIDIA's Megatron-Core framework for maximum GPU efficiency. Use it when training models over 1B parameters and needing advanced parallelism like tensor, pipeline, or expert parallelism. It's a production-ready framework proven on models like Nemotron and LLaMA.

Skill ansehen