Share via


SqliteVectorStoreOptions.VectorVirtualTableName Property

Definition

Custom virtual table name to store vectors.

public string? VectorVirtualTableName { get; set; }
member this.VectorVirtualTableName : string with get, set
Public Property VectorVirtualTableName As String

Property Value

Remarks

If not provided, collection name with prefix "vec_" will be used as virtual table name.

Applies to