Table of Contents

Constructor FileSystemVectorStore

Namespace
LMKit.Data.Storage
Assembly
LM-Kit.NET.dll

FileSystemVectorStore(string)

Initializes a new instance of the FileSystemVectorStore class.

public FileSystemVectorStore(string directoryPath)

Parameters

directoryPath string

The directory path where vector collections will be stored. The directory will be created if it does not exist.

Exceptions

ArgumentException

Thrown when directoryPath is null, empty, or consists only of whitespace.