RedisVectorStoreOptions 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 RedisVectorStore.
public sealed class RedisVectorStoreOptions
type RedisVectorStoreOptions = class
Public NotInheritable Class RedisVectorStoreOptions
- Inheritance
-
RedisVectorStoreOptions
Constructors
RedisVectorStoreOptions() |
Properties
StorageType |
Indicates the way in which data should be stored in redis. Default is Json. |
VectorStoreCollectionFactory |
An optional factory to use for constructing RedisJsonVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required. |