处理值#
- langchain_community.query_constructors.milvus.process_value(value: int | float | str, comparator: Comparator) str [source]#
将值转换为字符串,如果是字符串则添加双引号。
它需要用于涉及字符串的比较器。
- Parameters:
value (int | float | str) – 要转换的值。
comparator (Comparator) – 比较器。
- Returns:
转换后的值作为字符串。
- Return type:
字符串