处理值#

langchain_community.query_constructors.vectara.process_value(value: int | float | str) str[source]#

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

Parameters:

value (int | float | str)

Return type:

字符串