haystack/rest_api/test/samples/test.in-memory-haystack-pipeline.yml
Mayank Jobanputra dad7b12874
fix: Allowing InMemStore and FAISSDocStore for indexing using single worker (#3868)
* Allowing InMemStore and FAISSDocStore for indexing using single worker YAML config

* unified pipeline & doc store loading

* fix pylint warning

* separated tests

* removed unnecessay caplog
2023-01-19 14:06:00 +05:30

17 lines
307 B
YAML

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