Table of Contents

Class LLM<TMessage>.EmbeddingObject

Namespace
Prefrontal.Modules.Chat
Assembly
Prefrontal.Modules.dll
public record LLM<TMessage>.EmbeddingObject : IEquatable<LLM<TMessage>.EmbeddingObject>
Inheritance
LLM<TMessage>.EmbeddingObject
Implements
Inherited Members
Extension Methods

Constructors

EmbeddingObject(int, List<double>)

public EmbeddingObject(int Index, List<double> Embedding)

Parameters

Index int
Embedding List<double>

Properties

Embedding

public List<double> Embedding { get; init; }

Property Value

List<double>

Index

public int Index { get; init; }

Property Value

int