cluster
settings to match your Clickhouse Cluster name. This will use the Replicated
table engines when running the Clickhouse migrations.cluster
setting before launching LangSmith for the first time and running the Clickhouse migrations. This is a requirement since the table engine will need to be created as a Replicated
table engine vs the non replicated engine type.cluster
enabled, the migration will create the Replicated
table engine flavor. This means that data will be replicated among the servers in the cluster. This is a master-master setup where any server can process reads, writes, or merges.
config.yaml
file for your LangSmith Helm Chart installation or the .env
file for your Docker installation.