langchain_community.query_constructors.vectara.process_value

langchain_community.query_constructors.vectara.process_value(value: Union[int, float, str]) str[source]

将值转换为字符串,如果是字符串则添加单引号。

参数

value (联合类型数组,包括intfloatstr]) –

返回类型

str