TagFieldSchema#
- class langchain_aws.vectorstores.inmemorydb.schema.TagFieldSchema[source]#
Bases:
InMemoryDBField
Schema for tag fields in Redis.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param case_sensitive: bool = False#
- param name: str [Required]#
- param no_index: bool = False#
- param separator: str = ','#
- param sortable: bool | None = False#