mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
fix cannot import name 'EmptyIndex' from 'llama_index' (#558)
This commit is contained in:
parent
6e144824aa
commit
d06a603c21
@ -8,7 +8,8 @@ import os
|
||||
|
||||
from typing import List, Optional
|
||||
|
||||
from llama_index import VectorStoreIndex, EmptyIndex, ServiceContext, set_global_service_context
|
||||
from llama_index import VectorStoreIndex, ServiceContext, set_global_service_context
|
||||
from llama_index.indices.empty.base import EmptyIndex
|
||||
from llama_index.retrievers import VectorIndexRetriever
|
||||
from llama_index.schema import TextNode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user