mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
docs: weaviate docs (#20042)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user