SqliteVectorStoreOptions.VectorSearchExtensionName 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.
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