langchain_community.vectorstores.starrocks.debug_output¶

langchain_community.vectorstores.starrocks.debug_output(s: Any) None[source]¶

Print a debug message if DEBUG is True. :param s: The message to print

Parameters

s (Any) –

Return type

None