ChatSnowflakeCortex()Snowflake Cortex based Chat model
To use the chat model, you must have the snowflake-snowpark-python Python
package installed and either:
1. environment variables set with your snowflake credentials or
2. directly passed in as kwargs to the ChatSnowflakeCortex constructor.
Example:
.. code-block:: python
from langchain_community.chat_models import ChatSnowflakeCortex chat = ChatSnowflakeCortex()