how can i parrallel the send nodes to openai , for exemple:If If I have 10 nodes, today I need to wait for 1 to finish being processed by openai before it can be inserted, is there a way to do it in parallel? Send the 10 nodes at the same time?
how can i change the kg_triple_extract_template in KnowledgeGraphIndex index=KnowledgeGraphIndex.from_documents( documents, max_triplets_per_chunk=3, service_context=service_context, include_embeddings=True )