mohamedhazem24
Results
1
comments of
mohamedhazem24
I recently faced the same problem after some searching I found that I can run it like that from llama_index.core import KnowledgeGraphIndex rebel_kg_index = KnowledgeGraphIndex.from_documents( documents, kg_triplet_extract_fn=extract_triplets, storage_context=storage_context, max_triplets_per_chunk=10, service_context=service_context,...