Add weaviate to init (#1379)

This commit is contained in:
Branden Chan 2021-08-31 15:23:06 +02:00 committed by GitHub
parent 1938fb001b
commit 4021eb838e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,4 @@ from haystack.document_store.faiss import FAISSDocumentStore
from haystack.document_store.memory import InMemoryDocumentStore
from haystack.document_store.milvus import MilvusDocumentStore
from haystack.document_store.sql import SQLDocumentStore
from haystack.document_store.weaviate import WeaviateDocumentStore