返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

similarity-search-patterns

使用向量数据库实现高效的相似性搜索。在构建语义搜索、实现最近邻查询或优化检索性能时使用。

person作者: jakexiaohubgithub

Similarity Search Patterns

Patterns for implementing efficient similarity search in production systems.

Use this skill when

  • Building semantic search systems
  • Implementing RAG retrieval
  • Creating recommendation engines
  • Optimizing search latency
  • Scaling to millions of vectors
  • Combining semantic and keyword search

Do not use this skill when

  • The task is unrelated to similarity search patterns
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Resources

  • resources/implementation-playbook.md for detailed patterns and examples.