mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
Updating port and ssl use in sample notebook (#8995)
## Description This PR updates the sample notebook to use the default port (8182) and the ssl for the Neptune database connection.
This commit is contained in:
parent
bbbd2b076f
commit
3b51817706
@ -18,8 +18,8 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"host = \"<neptune-host>\"\n",
|
"host = \"<neptune-host>\"\n",
|
||||||
"port = 80\n",
|
"port = 8182\n",
|
||||||
"use_https = False\n",
|
"use_https = True\n",
|
||||||
"\n",
|
"\n",
|
||||||
"graph = NeptuneGraph(host=host, port=port, use_https=use_https)"
|
"graph = NeptuneGraph(host=host, port=port, use_https=use_https)"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user