haystack/rest_api/test/samples/test.docstore-no-params-pipeline.yml
Stefano Fiorucci 2bbe11b598
fix: overwrite params with environment variables even if there are no params in the pipeline definition; make mypy ignore REST API tests (#3930)
* fix and new test

* make mypy ignore rest_api tests files

* try to improve mypy action

* retry

* fix

* test new action

* ok

* check python files not in root

* really check files!
2023-01-26 16:14:58 +01:00

16 lines
292 B
YAML

version: 'ignore'
components:
- name: InMemoryDocumentStore
type: InMemoryDocumentStore
- name: tfidf_ret
params:
document_store: InMemoryDocumentStore
type: TfidfRetriever
pipelines:
- name: query
nodes:
- inputs:
- Query
name: tfidf_ret