Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyin committed Jan 31, 2025
1 parent 5eacddc commit 02ace37
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 164 deletions.
11 changes: 2 additions & 9 deletions docs/graph_store.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
}
],
"source": [
"# @title Get graph documents from Wikipedia & YouTube\n",
"# Get graph documents from Wikipedia & YouTube\n",
"from langchain_community.document_loaders import WikipediaLoader, YoutubeLoader\n",
"from langchain_experimental.graph_transformers import LLMGraphTransformer\n",
"from langchain_google_vertexai.llms import VertexAI\n",
Expand Down Expand Up @@ -303,7 +303,7 @@
},
{
"cell_type": "code",
"execution_count": 66,
"execution_count": 1,
"metadata": {
"id": "C-I8VTIcO442"
},
Expand Down Expand Up @@ -541,13 +541,6 @@
"source": [
"graph_store.cleanup()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 02ace37

Please sign in to comment.