mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +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:
|
||||
|
||||
```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…
Reference in New Issue
Block a user