1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-05 23:28:47 +00:00

docs: update clickhouse version in notebook example ()

update clickhouse docker version tag in notebook example to avoid
compatibility issues with clickhouse-connect.
This commit is contained in:
Chamath K.B. Attanayaka 2025-04-10 19:21:54 +05:30 committed by GitHub
parent 44b83460b2
commit 6c45c9efc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"! docker run -d -p 8123:8123 -p9000:9000 --name langchain-clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server:23.4.2.11"
"! docker run -d -p 8123:8123 -p9000:9000 --name langchain-clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server:24.7.6.8"
]
},
{