ShamshadAhmedShorthillsAI
ShamshadAhmedShorthillsAI
We are facing major issues because of this problem. Please fix this.
how are citations are currently generated in lightRAG?
@YanSte is there any update specifically after release of lightRAG 1.3.0. Also can you explain what help you need in neo4j
Hi [@danielaskdd], can we use similar kind of method to reduce indexing time such as _merge_nodes_then_upsert_batched ``` async def _merge_nodes_then_upsert_batched( entity_name: str, nodes_data: list[dict], existing_nodes: dict, knowledge_graph_inst: BaseGraphStorage, # Not...