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

embedding-strategy

非对称嵌入策略,使用RETRIEVAL_DOCUMENT进行数据摄入,使用RETRIEVAL_QUERY进行查询。主动激活条件:[TODO: 在实现时定义]。触发条件:[TODO: 在实现时定义]

person作者: jakexiaohubgithub

Embedding Strategy

STUB: This skill is not yet implemented

This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.

Planned Capabilities

  • Asymmetric Embedding Strategy:
    • RETRIEVAL_DOCUMENT task_type for document ingestion
    • RETRIEVAL_QUERY task_type for query embeddings
    • Semantic mismatch prevention
  • Concurrent online embeddings (never use batch API for documents)
  • Embedding model selection and configuration
  • Asymmetric task_type validation and enforcement

Critical Pattern

Documents and queries must use different task_types for optimal semantic search. Batch API defaults to RETRIEVAL_QUERY which causes semantic mismatch and poor retrieval quality.

Implementation Status

  • [ ] Core implementation
  • [ ] References documentation
  • [ ] Output templates
  • [ ] Integration tests