mirror of
				https://github.com/HKUDS/LightRAG.git
				synced 2025-10-31 01:39:56 +00:00 
			
		
		
		
	cleaning code for pull
This commit is contained in:
		
							parent
							
								
									ca65e360aa
								
							
						
					
					
						commit
						2c6cc200a2
					
				| @ -37,9 +37,6 @@ class GraphStorage(BaseGraphStorage): | |||||||
|             PASSWORD = os.environ["NEO4J_PASSWORD"] |             PASSWORD = os.environ["NEO4J_PASSWORD"] | ||||||
|         else: |         else: | ||||||
|             raise Exception (f"One or more Neo4J Credentials, {credetial_parts}, not found in the environment") |             raise Exception (f"One or more Neo4J Credentials, {credetial_parts}, not found in the environment") | ||||||
|         print (f"uri: {URI}") |  | ||||||
|         print (f"uri: {USERNAME}") |  | ||||||
|         print (f"uri: {PASSWORD}") |  | ||||||
| 
 | 
 | ||||||
|         self._driver = GraphDatabase.driver(URI, auth=(USERNAME, PASSWORD)) |         self._driver = GraphDatabase.driver(URI, auth=(USERNAME, PASSWORD)) | ||||||
|         self._node_embed_algorithms = { |         self._node_embed_algorithms = { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ken Wiltshire
						Ken Wiltshire