Are there any tools in Llama_Index or Langchain that can be used for cleaning up nodes before embedding? I'm looking for something to help remove white space, special characters, etc.
yeah I should have been more clear about what I'm looking for haha. How do I do that with SimpleNodeParser or do I have to use a different node parser that gives me access to each node as it parses?