From 0ac482f6d3bc6dc68de55851b575372ffbee6c98 Mon Sep 17 00:00:00 2001 From: zrguo Date: Mon, 3 Mar 2025 21:15:34 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 4215a94a..abc2f8b3 100644 --- a/README.md +++ b/README.md @@ -757,16 +757,6 @@ LightRAG now supports comprehensive knowledge graph management capabilities, all ### Create Entities and Relations ```python -import asyncio -from lightrag import LightRAG - -# Initialize LightRAG -rag = LightRAG( - working_dir="your_working_dir", - embedding_func=your_embedding_function, - llm_model_func=your_llm_function -) - # Create new entity entity = rag.create_entity("Google", { "description": "Google is a multinational technology company specializing in internet-related services and products.",