SqliteVectorStoreOptions Class
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.
Options when creating a SqliteVectorStore.
public sealed class SqliteVectorStoreOptions
type SqliteVectorStoreOptions = class
Public NotInheritable Class SqliteVectorStoreOptions
- Inheritance
-
SqliteVectorStoreOptions
Constructors
| SqliteVectorStoreOptions() |
Properties
| VectorSearchExtensionName |
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. |
| VectorStoreCollectionFactory |
Obsolete.
An optional factory to use for constructing SqliteVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required. |
| VectorVirtualTableName |
Custom virtual table name to store vectors. |