Skip to content

Commit

Permalink
docs: fix wrong copy&paste
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Mar 8, 2024
1 parent f95a918 commit f2b751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/weaviate.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ This method returns the Schema and Host for the Weaviate container, using the de

The following example demonstrates how to create a Weaviate client using the Weaviate module.

First of all, you need to import the CWeaviate client:
First of all, you need to import the Weaviate client:

```golang
import (
"github.com/weaviate/weaviate-go-client/v4/weaviate"
)
```

Then, you can create a Chroma client using the Chroma module:
Then, you can create a Weaviate client using the Weaviate module:

<!--codeinclude-->
[Get the client](../../modules/weaviate/examples_test.go) inside_block:createClient
Expand Down

0 comments on commit f2b751d

Please sign in to comment.