mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 18:59:28 +00:00
18 lines
335 B
YAML
18 lines
335 B
YAML
|
|
version: 'ignore'
|
||
|
|
|
||
|
|
components:
|
||
|
|
- name: InMemoryDocumentStore
|
||
|
|
params: {}
|
||
|
|
# Wrong DocumentStore Type
|
||
|
|
type: MyOwnDocumentStore
|
||
|
|
- name: tfidf_ret
|
||
|
|
params:
|
||
|
|
document_store: InMemoryDocumentStore
|
||
|
|
type: TfidfRetriever
|
||
|
|
pipelines:
|
||
|
|
- name: query
|
||
|
|
nodes:
|
||
|
|
- inputs:
|
||
|
|
- Query
|
||
|
|
name: tfidf_ret
|