アプリケーション開発ポータルサイト
ServerNote.NET
カテゴリー【Python
ImportError: cannot import name GPTSimpleVectorIndex from llama_indexの対処法
POSTED BY
2023-07-12

以下のようなエラー。

from llama_index import SimpleDirectoryReader, ServiceContext, GPTSimpleVectorIndex, LLMPredictor

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'GPTSimpleVectorIndex' from 'llama_index'
</module></stdin>

GPTSimpleVectorIndexはGPTVectorStoreIndexに名前が変わっている。

from llama_index import SimpleDirectoryReader, ServiceContext, GPTVectorStoreIndex, LLMPredictor

とする。

※本記事は当サイト管理人の個人的な備忘録です。本記事の参照又は付随ソースコード利用後にいかなる損害が発生しても当サイト及び管理人は一切責任を負いません。
※本記事内容の無断転載を禁じます。
【WEBMASTER/管理人】
自営業プログラマーです。お仕事ください!
ご連絡は以下アドレスまでお願いします★

【キーワード検索】