Constructor FileSystemVectorStore
FileSystemVectorStore(string)
Initializes a new instance of the FileSystemVectorStore class.
public FileSystemVectorStore(string directoryPath)
Parameters
directoryPathstringThe directory path where vector collections will be stored. The directory will be created if it does not exist.
Exceptions
- ArgumentException
Thrown when
directoryPathis null, empty, or consists only of whitespace.