mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +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:
@@ -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)"
|
||||
]
|
||||
|
Reference in New Issue
Block a user