mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 07:59:27 +00:00
docs: Add Elasticsearch to API config (#5422)
This commit is contained in:
parent
8a2ab82651
commit
345dbeb638
@ -1,10 +1,11 @@
|
||||
loaders:
|
||||
- type: python
|
||||
search_path: [../../../haystack/document_stores]
|
||||
search_path: [../../../haystack/document_stores, ../../../haystack/document_stores/elasticsearch]
|
||||
modules:
|
||||
[
|
||||
"base",
|
||||
"elasticsearch",
|
||||
"es7",
|
||||
"es8",
|
||||
"opensearch",
|
||||
"memory",
|
||||
"sql",
|
||||
@ -13,6 +14,7 @@ loaders:
|
||||
"deepsetcloud",
|
||||
"pinecone",
|
||||
"search_engine",
|
||||
"elasticsearch.base",
|
||||
"utils",
|
||||
]
|
||||
ignore_when_discovered: ["__init__"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user