mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 07:40:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			218 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			218 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace AIStudio.Assistants.ERI;
 | 
						|
 | 
						|
public enum DataSources
 | 
						|
{
 | 
						|
    NONE,
 | 
						|
    CUSTOM,
 | 
						|
    
 | 
						|
    FILE_SYSTEM,
 | 
						|
    
 | 
						|
    OBJECT_STORAGE,
 | 
						|
    KEY_VALUE_STORE,
 | 
						|
    DOCUMENT_STORE,
 | 
						|
    RELATIONAL_DATABASE,
 | 
						|
    GRAPH_DATABASE,
 | 
						|
} |