You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567891011121314 | 
							- from core.plugin.entities.plugin_daemon import PluginDatasourceProviderEntity
 - from core.plugin.impl.datasource import PluginDatasourceManager
 - 
 - 
 - class RagPipelineManageService:
 -     @staticmethod
 -     def list_rag_pipeline_datasources(tenant_id: str) -> list[PluginDatasourceProviderEntity]:
 -         """
 -         list rag pipeline datasources
 -         """
 - 
 -         # get all builtin providers
 -         manager = PluginDatasourceManager()
 -         return manager.fetch_datasource_providers(tenant_id)
 
 
  |