概要
This skill optimizes RAG (Retrieval-Augmented Generation) pipelines by enforcing asymmetric embedding patterns, ensuring that documents are ingested with specific document task types while queries use dedicated query task types. By preventing the common pitfall of using batch API defaults or symmetric embedding for both indexing and retrieval, it eliminates semantic mismatches and significantly improves the relevance and precision of retrieved information in AI-driven applications.