Search Results for

    Show / Hide Table of Contents

    Class TextEmbeddingProcessor

    The text_embedding processor is used to generate vector embeddings from text fields for semantic search.

    Inheritance
    object
    ProcessorBase
    InferenceProcessorBase
    TextEmbeddingProcessor
    Implements
    ITextEmbeddingProcessor
    IInferenceProcessor
    IProcessor
    Inherited Members
    InferenceProcessorBase.ModelId
    InferenceProcessorBase.FieldMap
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class TextEmbeddingProcessor : InferenceProcessorBase, ITextEmbeddingProcessor, IInferenceProcessor, IProcessor

    Properties

    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name

    Implements

    ITextEmbeddingProcessor
    IInferenceProcessor
    IProcessor

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Name
    • Implements
    • Extension Methods
    Back to top Generated by DocFX