You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/weaviate-document-store.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,16 @@ pip install weaviate-haystack
44
44
45
45
## Usage
46
46
47
-
Once installed, initialize your Weaviate database to use it with Haystack 2.0:
47
+
Once installed, initialize your Weaviate database to use it with Haystack 2.x.
48
48
49
-
```python
50
-
from haystack.utils.auth import Secret
51
-
from haystack_integrations.document_stores.weaviate import WeaviateDocumentStore, AuthApiKey
49
+
In this example, we use the temporary embedded version for simplicity.
50
+
To use a self-hosted Docker container or Weaviate Cloud Service, take a look at the [docs](https://docs.haystack.deepset.ai/docs/weaviatedocumentstore).
52
51
52
+
```python
53
+
from haystack_integrations.document_stores.weaviate import WeaviateDocumentStore
0 commit comments