Skip to content

Commit

Permalink
Update llamaindex-load.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
CFIAleejaeka committed Mar 6, 2024
1 parent f173475 commit 82af7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/llamaindex-load.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"outputs": [],
"source": [
"# Load query engine from local folder, 'index'\n",
"from llama_index import StorageContext, load_index_from_storage\n",
"from llama_index.core import StorageContext, load_index_from_storage\n",
"\n",
"# rebuild storage context\n",
"storage_context = StorageContext.from_defaults(persist_dir=\"./index\")\n",
Expand Down

0 comments on commit 82af7b6

Please sign in to comment.