langchain_community.vectorstores.redis.schema
.NumericFieldSchema¶
- class langchain_community.vectorstores.redis.schema.NumericFieldSchema[source]¶
Bases:
RedisField
Redis中数值字段的模式。
通过解析和验证关键字参数中的输入数据来创建一个新的模型。
如果输入数据无法解析成有效的模型,则引发ValidationError。
- param name: str [Required]¶
- param no_index: bool = False¶
- param sortable: Optional[bool] = False¶