mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +00:00

* 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!
16 lines
292 B
YAML
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
|