mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +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
|
||||
export PYTHONPATH=$PWD/docs/pydoc # Make the renderers available to pydoc
|
||||
cd docs/_src/api/api/
|
||||
mkdir temp
|
||||
rm -rf temp && mkdir temp
|
||||
cd temp
|
||||
for file in ../../pydoc/* ; do
|
||||
pydoc-markdown "$file"
|
||||
|
@ -1,7 +1,7 @@
|
||||
loaders:
|
||||
- type: python
|
||||
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__']
|
||||
processors:
|
||||
- type: filter
|
||||
|
Loading…
x
Reference in New Issue
Block a user