Search Results for

    Show / Hide Table of Contents

    Class TextEmbedding

    Inheritance
    object
    TextEmbedding
    Implements
    IEquatable<TextEmbedding>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DotnetPrompt.Abstractions.Tools
    Assembly: DotnetPrompt.Abstractions.dll
    Syntax
    public record TextEmbedding : IEquatable<TextEmbedding>

    Constructors

    | Improve this Doc View Source

    TextEmbedding(IReadOnlyList<float>, string)

    Declaration
    public TextEmbedding(IReadOnlyList<float> Embedding, string Text)
    Parameters
    Type Name Description
    IReadOnlyList<float> Embedding
    string Text

    Properties

    | Improve this Doc View Source

    Embedding

    Declaration
    public IReadOnlyList<float> Embedding { get; init; }
    Property Value
    Type Description
    IReadOnlyList<float>
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; init; }
    Property Value
    Type Description
    string

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2023 © Pavel «xakpc» Osadchuk for DotnetPrompt