Skip to content

Commit

Permalink
Updated package name (run-llama#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
abderrahmaneizri authored Apr 11, 2023
1 parent e5c5975 commit 114769d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/optimizer/OptimizerDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
],
"source": [
"import time\n",
"from gpt_index import GPTSimpleVectorIndex\n",
"from gpt_index.optimization.optimizer import SentenceEmbeddingOptimizer\n",
"from llama_index import GPTSimpleVectorIndex\n",
"from llama_index.optimization.optimizer import SentenceEmbeddingOptimizer\n",
"# load from disk\n",
"index = GPTSimpleVectorIndex.load_from_disk('simple_vector_index.json')\n",
"\n",
Expand Down Expand Up @@ -195,4 +195,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 114769d

Please sign in to comment.