Package org.elasticsearch.xpack.esql.expression.function.inference
package org.elasticsearch.xpack.esql.expression.function.inference
-
ClassesClassDescriptionInferenceFunction<PlanType extends InferenceFunction<PlanType>>Base class for ESQL functions that use inference endpoints (e.g., TEXT_EMBEDDING).TEXT_EMBEDDING function converts text to dense vector embeddings using an inference endpoint.