mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 22:29:51 +00:00
docs: weaviate docs (#20042)
This commit is contained in:
parent
38fb1429fe
commit
5fc7bb01e9
@ -21,7 +21,7 @@ What is `Weaviate`?
|
|||||||
Install the Python SDK:
|
Install the Python SDK:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install weaviate-client
|
pip install langchain-weaviate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ whether for semantic search or example selection.
|
|||||||
|
|
||||||
To import this vectorstore:
|
To import this vectorstore:
|
||||||
```python
|
```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)
|
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…
Reference in New Issue
Block a user