Share via


SqliteVectorStoreOptions.VectorSearchExtensionName Property

Definition

SQLite extension name for vector search operations. If not specified, the default "vec0" extension name will be used. More information here: https://github.com/asg017/sqlite-vec.

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

Property Value

Applies to