langchain_community.vectorstores.redis.schema.TextFieldSchema

class langchain_community.vectorstores.redis.schema.TextFieldSchema[source]

基础: RedisField

Redis中文本字段的模式。

通过解析和验证输入参数创建一个新的模型。

如果输入数据无法解析成有效的模型,则引发ValidationError。

参数name: str [必需]
参数no_index: bool = False
参数no_stem: bool = False
参数phonetic_matcher: Optional[str] = None
参数sortable: Optional[bool] = False
参数weight: float = 1
参数withsuffixtrie: bool = False
as_field() TextField[源代码]
返回类型

TextField