mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 20:03:38 +00:00
fix milvus imports (#3576)
This commit is contained in:
parent
9de56b0283
commit
0c1de3745d
2
.github/utils/pydoc-markdown.sh
vendored
2
.github/utils/pydoc-markdown.sh
vendored
@ -3,7 +3,7 @@
|
|||||||
set -e # Fails on any error in the following loop
|
set -e # Fails on any error in the following loop
|
||||||
export PYTHONPATH=$PWD/docs/pydoc # Make the renderers available to pydoc
|
export PYTHONPATH=$PWD/docs/pydoc # Make the renderers available to pydoc
|
||||||
cd docs/_src/api/api/
|
cd docs/_src/api/api/
|
||||||
mkdir temp
|
rm -rf temp && mkdir temp
|
||||||
cd temp
|
cd temp
|
||||||
for file in ../../pydoc/* ; do
|
for file in ../../pydoc/* ; do
|
||||||
pydoc-markdown "$file"
|
pydoc-markdown "$file"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
loaders:
|
loaders:
|
||||||
- type: python
|
- type: python
|
||||||
search_path: [../../../../haystack/document_stores]
|
search_path: [../../../../haystack/document_stores]
|
||||||
modules: ['base', 'elasticsearch', 'opensearch', 'memory', 'sql', 'faiss', 'milvus1', 'milvus2', 'weaviate', 'graphdb', 'deepsetcloud', 'pinecone', 'search_engine', 'utils']
|
modules: ['base', 'elasticsearch', 'opensearch', 'memory', 'sql', 'faiss', 'milvus', 'weaviate', 'graphdb', 'deepsetcloud', 'pinecone', 'search_engine', 'utils']
|
||||||
ignore_when_discovered: ['__init__']
|
ignore_when_discovered: ['__init__']
|
||||||
processors:
|
processors:
|
||||||
- type: filter
|
- type: filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user