from llama_index.core.schema import TextNode node = TextNode(text=text_chunk, metadata={...})
VectorStoreIndex(nodes=nodes, ...)