mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* Make YAML files get the same version as Haystack and throw warning at load in case of mismatch * Update version of most YAMLs in the codebase (aesthethic chamge, only to avoid the warning). * Remove quotes from version in tests * Fix version in generate_json_schema.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
16 lines
307 B
YAML
16 lines
307 B
YAML
# Dummy pipeline, used when the CI needs to load the REST API to extract the OpenAPI specs. DO NOT USE.
|
|
|
|
version: '1.1.0'
|
|
|
|
components:
|
|
- name: FileTypeClassifier
|
|
type: FileTypeClassifier
|
|
|
|
pipelines:
|
|
- name: query
|
|
type: Query
|
|
nodes:
|
|
- name: FileTypeClassifier
|
|
inputs: [File]
|
|
|