mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +00:00
docs: Update elasticsearch.ipynb (#16090)
Fixed a typo, the parameter used for the Elasticsearch API key was called api_key, but the parameter is called es_api_key.
This commit is contained in:
parent
076593382a
commit
5f057f24ac
@ -75,7 +75,7 @@
|
|||||||
" )\n",
|
" )\n",
|
||||||
"```\n",
|
"```\n",
|
||||||
"### Authentication\n",
|
"### Authentication\n",
|
||||||
"For production, we recommend you run with security enabled. To connect with login credentials, you can use the parameters `api_key` or `es_user` and `es_password`.\n",
|
"For production, we recommend you run with security enabled. To connect with login credentials, you can use the parameters `es_api_key` or `es_user` and `es_password`.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Example:\n",
|
"Example:\n",
|
||||||
"```python\n",
|
"```python\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user