diff --git a/docs/modules/weaviate.md b/docs/modules/weaviate.md index 3587f8c6a0..d347fc6d20 100644 --- a/docs/modules/weaviate.md +++ b/docs/modules/weaviate.md @@ -63,7 +63,7 @@ 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 ( @@ -71,7 +71,7 @@ import ( ) ``` -Then, you can create a Chroma client using the Chroma module: +Then, you can create a Weaviate client using the Weaviate module: [Get the client](../../modules/weaviate/examples_test.go) inside_block:createClient