/** * Unit tests for LlmTextSearchPlugin's embedTextInWhere function. * * Tests the transformation logic: * - unifiedSearch: "text" → unifiedSearch: { __text: "text", __vector: [...] } * - VectorNearbyInput.text → VectorNearbyInput.vector (existing behavior) * * Pure unit tests — no database or Ollama required. */ export {};