while executing the following line of code in python
from llama_index import LlamaIndex
I am keep getting ImportError, how to rectify it. Error: ImportError: cannot import name 'LlamaIndex' from 'llama_index'
I tried the code in both jupyter notebook and google colab, I can't rectify it I am trying to execute following function
def remove_pii(text):
llama = LlamaIndex()
redacted_text = llama.redact(text)
return redacted_text
I can't impoet LlamaIndex
Did you install Llama index using PIP ?? if not then in cmd use: