langchain.retrievers.self_query.milvus
.process_value¶
- langchain.retrievers.self_query.milvus.process_value(value: Union[int, float, str]) str [source]¶
Convert a value to a string and add double quotes if it is a string.
It required for comparators involving strings.
- Parameters
value – The value to convert.
- Returns
The converted value as a string.