SqliteVectorStoreOptions.VectorVirtualTableName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.