You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index = GPTVectorStoreIndex.from_documents(documents)
from llama_index.callbacks.global_handlers import set_global_handler 57 set_global_handler() 58 handlers = llama_index.global_handler
ModuleNotFoundError: No module named 'llama_index.callbacks'
Dear community
please help resolve this issue. Thank you and much appreciated!
The text was updated successfully, but these errors were encountered:
index = GPTVectorStoreIndex.from_documents(documents)
from llama_index.callbacks.global_handlers import set_global_handler
57 set_global_handler()
58 handlers = llama_index.global_handler
ModuleNotFoundError: No module named 'llama_index.callbacks'
Dear community
please help resolve this issue. Thank you and much appreciated!
The text was updated successfully, but these errors were encountered: