Skip to content

Commit abad005

Browse files
authored
Edit weaviate docs (dlt-hub#566)
1 parent ec48ba6 commit abad005

File tree

1 file changed

+2
-2
lines changed
  • docs/website/docs/dlt-ecosystem/destinations

1 file changed

+2
-2
lines changed

docs/website/docs/dlt-ecosystem/destinations/weaviate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: [weaviate, vector database, destination, dlt]
66

77
# Weaviate
88

9-
Weaviate is an open source vector database. It allows you to store data objects and perform similarity searches over them.
9+
[Weaviate](https://weaviate.io/) is an open source vector database. It allows you to store data objects and perform similarity searches over them.
1010
This destination helps you to load data into Weaviate from [dlt resources](../../general-usage/resource.md).
1111

1212
## Setup Guide
@@ -28,7 +28,7 @@ api_key = "your-weaviate-api-key"
2828
X-OpenAI-Api-Key = "your-openai-api-key"
2929
```
3030

31-
In this setup guide, we are using the [Weaviate Cloud Services](https://console.weaviate.cloud/) to get a Weaviate instance and [OpenAI API](https://platform.openai.com/) for generating embeddings.
31+
In this setup guide, we are using the [Weaviate Cloud Services](https://console.weaviate.cloud/) to get a Weaviate instance and [OpenAI API](https://platform.openai.com/) for generating embeddings through the [text2vec-openai](https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-openai) module. You can host your own weaviate instance using docker compose, kubernetes or embedded. Refer to Weaviate's [How-to: Install](https://weaviate.io/developers/weaviate/installation) for details.
3232

3333
3. Define the source of the data. For starters, let's load some data from a simple data structure:
3434

0 commit comments

Comments
 (0)