langchain.vectorstores.clickhouse
.has_mul_sub_str¶
- langchain.vectorstores.clickhouse.has_mul_sub_str(s: str, *args: Any) bool [source]¶
Check if a string contains multiple substrings. :param s: string to check. :param *args: substrings to check.
- Returns
True if all substrings are in the string, False otherwise.