Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix wrong copy&paste #2338

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading