mirror of
				https://github.com/deepset-ai/haystack.git
				synced 2025-10-31 01:39:45 +00:00 
			
		
		
		
	 4eec2dc45e
			
		
	
	
		4eec2dc45e
		
			
		
	
	
	
	
		
			
			* Change exception into warning, add strict_version param, and remove compatibility between schemas * Simplify update_json_schema * Rename unstable into master * Prevent validate_config from changing the config to validate * Fix version validation and add tests * Rename master into ignore * Complete parameter rename Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Dummy pipeline, used when the CI needs to load the REST API to extract the OpenAPI specs. DO NOT USE.
 | |
| version: ignore
 | |
| 
 | |
| components:
 | |
|   - name: FileTypeClassifier
 | |
|     type: FileTypeClassifier
 | |
|   
 | |
| pipelines:
 | |
|   - name: query
 | |
|     nodes:
 | |
|       - name: FileTypeClassifier
 | |
|         inputs: [File]
 |