langchain_aws.vectorstores.inmemorydb.schema
.TextFieldSchema¶
- class langchain_aws.vectorstores.inmemorydb.schema.TextFieldSchema[source]¶
基础:
InMemoryDBField
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¶