mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-10 17:47:55 +00:00

* Change exception into warning, add strict_version param, and remove compatibility between schemas * Simplify update_json_schema * Rename unstable into master * Prevent validate_config from changing the config to validate * Fix version validation and add tests * Rename master into ignore * Complete parameter rename Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19 lines
379 B
YAML
19 lines
379 B
YAML
version: ignore
|
|
|
|
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
|
|
nodes:
|
|
- name: DPRRetriever
|
|
inputs: [Query]
|