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
Properties
Embedding
public List<double> Embedding { get; init; }
Property Value
Index
public int Index { get; init; }