Hello friends. I'm wondering if it is now possible to set a separation character for LLM other than "chunk_overlap", "chunk_size". I saw in LlamaIndex cloud that there is a menu where you can set the text splitter. But I don't see it in the documentation. The only way I found is to reassign the "get_nodes_from_node" function from the llama_index/node_parser/node_utils.py file
I want to give my client the ability to manage nodes. So that if he wants, he can split them by a special character.
As I said above, I did this by reassigning the library function. But that was in version 0.8.6 (if I'm not confused about the version). Now in 0.10, I hope it is already possible to implement this without reassigning library functions?