mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 16:39:20 +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": [],
|
||||
"source": [
|
||||
"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",
|
||||
" password=cosmosdb_access_Key,\n",
|
||||
")"
|
||||
|
Loading…
Reference in New Issue
Block a user