I want to import SimpleNodeParser from llama_index.node parser.
from llama_index.node_parser import SimpleNodeParser
But when I run this I'm getting an error:
ModuleNotFoundError: No module named 'llama_index.node_parser'
Help me to solve this.
I want to import SimpleNodeParser from llama_index.node parser.
I found the answer. You can solve this using