docs: weaviate docs (#20042)

pull/19331/head^2
Erick Friis 5 months ago committed by GitHub
parent 38fb1429fe
commit 5fc7bb01e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,7 @@ What is `Weaviate`?
Install the Python SDK:
```bash
pip install weaviate-client
pip install langchain-weaviate
```
@ -32,7 +32,7 @@ whether for semantic search or example selection.
To import this vectorstore:
```python
from langchain_community.vectorstores import Weaviate
from langchain_weaviate import WeaviateVectorStore
```
For a more detailed walkthrough of the Weaviate wrapper, see [this notebook](/docs/integrations/vectorstores/weaviate)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save