書き方すぐわかんなくなるのでメモ。
# google-crc32c のC拡張がない環境では大量の警告が出るため抑制する warnings.filterwarnings( "ignore", category=RuntimeWarning, module="google_crc32c", ) from langchain_google_vertexai.model_garden import ChatAnthropicVertex
書き方すぐわかんなくなるのでメモ。
# google-crc32c のC拡張がない環境では大量の警告が出るため抑制する warnings.filterwarnings( "ignore", category=RuntimeWarning, module="google_crc32c", ) from langchain_google_vertexai.model_garden import ChatAnthropicVertex