mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-04 14:48:51 +00:00
20 lines
397 B
YAML
20 lines
397 B
YAML
![]() |
version: '0.7'
|
||
|
|
||
|
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]
|