mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +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",
|
||||
"host = \"<neptune-host>\"\n",
|
||||
"port = 80\n",
|
||||
"use_https = False\n",
|
||||
"port = 8182\n",
|
||||
"use_https = True\n",
|
||||
"\n",
|
||||
"graph = NeptuneGraph(host=host, port=port, use_https=use_https)"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user