docs: weaviate docs (#20042)

This commit is contained in:
Erick Friis 2024-04-04 19:01:02 -07:00 committed by GitHub
parent 38fb1429fe
commit 5fc7bb01e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 585 additions and 253 deletions

View File

@ -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