From 9d1b3bab76c70c4c94d475ff179d0c3de52b9aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=20=E6=96=B9=E7=91=9E?= Date: Mon, 26 Jun 2023 02:54:00 +0800 Subject: [PATCH] Fix Typo in LangChain MyScale Integration Doc (#6705) - Description: Fix Typo in LangChain MyScale Integration Doc @hwchase17 --- docs/extras/ecosystem/integrations/myscale.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/ecosystem/integrations/myscale.mdx b/docs/extras/ecosystem/integrations/myscale.mdx index 1321c38c8e4..99464b623ef 100644 --- a/docs/extras/ecosystem/integrations/myscale.mdx +++ b/docs/extras/ecosystem/integrations/myscale.mdx @@ -25,7 +25,7 @@ There are two ways to set up parameters for myscale index. 1. Environment Variables Before you run the app, please set the environment variable with `export`: - `export MYSCALE_URL='' MYSCALE_PORT= MYSCALE_USERNAME= MYSCALE_PASSWORD= ...` + `export MYSCALE_HOST='' MYSCALE_PORT= MYSCALE_USERNAME= MYSCALE_PASSWORD= ...` You can easily find your account, password and other info on our SaaS. For details please refer to [this document](https://docs.myscale.com/en/cluster-management/) Every attributes under `MyScaleSettings` can be set with prefix `MYSCALE_` and is case insensitive.