AI AGENT ADDONS

Qdrant Vector Search

davila7/claude-code-templates

Qdrant is a vector search engine built in Rust. It helps you find similar items using vector embeddings. This makes it great for building production RAG systems and semantic search.

Developers use Qdrant when they need fast search with hybrid filtering. You can combine vector similarity with metadata filters. It scales horizontally with sharding and replication.

Qdrant gives you full control over your data. You can run it on your own servers. Its Rust foundation means high performance and memory safety.

Add Qdrant Vector Search skill to your workflow

Global

mkdir -p ~/.claude/skills/qdrant-vector-search

Project

mkdir -p .claude/skills/qdrant-vector-search

Source Repository

Stars
28,343
Forks
2,956
Watchers
28,343
License
MIT
Last Push
23 days ago
Created
1 year ago