Class VectorRecord
- Namespace
- Mythosia.VectorDb
- Assembly
- Mythosia.VectorDb.Abstractions.dll
public class VectorRecord
- Inheritance
-
VectorRecord
- Inherited Members
-
Constructors
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
public Dictionary<string, string> Metadata { get; set; }
Property Value
- Dictionary<string, string>
Vector
public float[] Vector { get; set; }
Property Value
- float[]