mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
docs: GremlinGraph Remove = in the URL (#26705)
- **Description:** URL is appended with = which is not working - **Issue:** removing the = symbol makes the URL valid - **Twitter handle:** @arunprakash_com Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
2538963945
commit
870bd42b0d
@ -80,7 +80,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"graph = GremlinGraph(\n",
|
"graph = GremlinGraph(\n",
|
||||||
" url=f\"=wss://{cosmosdb_name}.gremlin.cosmos.azure.com:443/\",\n",
|
" url=f\"wss://{cosmosdb_name}.gremlin.cosmos.azure.com:443/\",\n",
|
||||||
" username=f\"/dbs/{cosmosdb_db_id}/colls/{cosmosdb_db_graph_id}\",\n",
|
" username=f\"/dbs/{cosmosdb_db_id}/colls/{cosmosdb_db_graph_id}\",\n",
|
||||||
" password=cosmosdb_access_Key,\n",
|
" password=cosmosdb_access_Key,\n",
|
||||||
")"
|
")"
|
||||||
|
Loading…
Reference in New Issue
Block a user