Table of Contents

Class VectorRecord

Namespace
Mythosia.VectorDb
Assembly
Mythosia.VectorDb.Abstractions.dll
public class VectorRecord
Inheritance
VectorRecord
Inherited Members

Constructors

VectorRecord()

public VectorRecord()

VectorRecord(string, float[], string)

public VectorRecord(string id, float[] vector, string content)

Parameters

id string
vector float[]
content string

Properties

Content

public string Content { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Metadata

public Dictionary<string, string> Metadata { get; set; }

Property Value

Dictionary<string, string>

Vector

public float[] Vector { get; set; }

Property Value

float[]