haystack/rest_api/test/samples/pipeline/test_pipeline_faiss_retrieval.yaml

20 lines
399 B
YAML
Raw Normal View History

version: '1.1.0'
components:
- name: DPRRetriever
type: DensePassageRetriever
params:
document_store: ExistingFAISSDocumentStore
- name: ExistingFAISSDocumentStore
type: FAISSDocumentStore
params:
faiss_index_path: 'existing_faiss_document_store'
pipelines:
- name: query_pipeline
type: Pipeline
nodes:
- name: DPRRetriever
inputs: [Query]