process_value# langchain_community.query_constructors.vectara.process_value(value: int | float | str) → str[source]# Convert a value to a string and add single quotes if it is a string. Parameters: value (int | float | str) – Return type: str