mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-28 03:12:54 +00:00

* 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]
|