langchain_community.query_constructors.vectara.process_value

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

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

Parameters

value (Union[int, float, str]) –

Return type

str