Interface WarehouseTypes.TextEmbedder

Enclosing class:
WarehouseTypes
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WarehouseTypes.TextEmbedder
TS embedFn for semantic joins: text → embedding components. (TS is async; Java uses a synchronous contract—callers may block internally.)
  • Method Summary

    Modifier and Type
    Method
    Description
    embed(String text)