langchain.retrievers.self_query.vectara.process_value¶

langchain.retrievers.self_query.vectara.process_value(value: Union[int, float, str]) str[source]¶

Convert a value to a string and add single quotes if it is a string.

Parameters

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

Return type

str