mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-10-31 17:59:43 +00:00 
			
		
		
		
	 c74d4d683e
			
		
	
	
		c74d4d683e
		
			
		
	
	
	
	
		
			
			### What problem does this PR solve? Add create_dataset method, test for it, and update SDK->sdk. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Signed-off-by: cecilia-uu <konghui1996@163.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			71 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			71 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| class TestSdk():
 | |
|     def test_version(self):
 | |
|         print("test_sdk")
 |