Table of Contents

Method BuildSql

Namespace
Qavren.Edge.Sqlite.Vec
Assembly
Qavren.Edge.Sqlite.dll

BuildSql(string, string?, string)

public static string BuildSql(string table, string? where = null, string vectorColumn = "embedding")

Parameters

table string
where string
vectorColumn string

Returns

string