Skip to main content
Back to registry

grepai-storage-qdrant

yoanbernabeu/grepai-skills

This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search.

Installs160
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-storage-qdrant
About this skill
This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search. Qdrant is a purpose-built vector database offering: Ports: Set the environment variable: Access the web dashboard at : Qdrant loads vectors into memory for fast search: Create config/production.yaml : Mount in Docker: GrepAI creates a collection named grepai with: For very large deployments, Qdrant supports distributed mode: ❌ Problem: Connection refused ✅ Solution: Ensure Qdrant is running: ❌ Problem: gRPC connection failed ✅ Solution: Check port 6334 is exposed: ❌ Problem: Authentication failed ✅ Solution: Check API key: ❌ Problem: Out of memory ✅ Solutions: ❌ Problem: Slow initial indexing ✅ Solution: This is normal; Qdrant optimizes in background. Searches will be fast after indexing completes. Recommendation: Use Qdrant for large codebases or maximum performance. Use PostgreSQL if you need SQL integration or team is familiar with it. Qdrant storage status: - Need fastest possible search performance - Very large codebases (50K+ files) - Already using Qdrant infrastructure - Want advanced vector search features - ⚡ Extremely fast vector similarity search - 📏 Excellent scalability - 🔧 Advanced filtering capabilities - 🐳 Easy Docker deployment - Qdrant server running - Network access to Qdrant - 6333 : REST API - 6334 : gRPC API (used by GrepAI) - Sign up at...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-storage-qdrant do?

This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search.

Is grepai-storage-qdrant good?

grepai-storage-qdrant does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-storage-qdrant work with?

grepai-storage-qdrant currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot, claude-code.

What are alternatives to grepai-storage-qdrant?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-storage-qdrant?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-storage-qdrant

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering