haystack/rest_api/test/samples/test.in-memory-haystack-pipeline.yml

17 lines
307 B
YAML
Raw Normal View History

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