diff --git a/docs/tools/weaviatevectorsearchtool.mdx b/docs/tools/weaviatevectorsearchtool.mdx index 53922e4e2..d17bcfef5 100644 --- a/docs/tools/weaviatevectorsearchtool.mdx +++ b/docs/tools/weaviatevectorsearchtool.mdx @@ -25,7 +25,7 @@ uv add weaviate-client To effectively use the `WeaviateVectorSearchTool`, follow these steps: 1. **Package Installation**: Confirm that the `crewai[tools]` and `weaviate-client` packages are installed in your Python environment. -2. **Weaviate Setup**: Set up a Weaviate cluster. You can follow the [Weaviate documentation](https://weaviate.io/developers/wcs/connect) for instructions. +2. **Weaviate Setup**: Set up a Weaviate cluster. You can follow the [Weaviate documentation](https://weaviate.io/developers/wcs/manage-clusters/connect) for instructions. 3. **API Keys**: Obtain your Weaviate cluster URL and API key. 4. **OpenAI API Key**: Ensure you have an OpenAI API key set in your environment variables as `OPENAI_API_KEY`. @@ -161,4 +161,4 @@ rag_agent = Agent( ## Conclusion -The `WeaviateVectorSearchTool` provides a powerful way to search for semantically similar documents in a Weaviate vector database. By leveraging vector embeddings, it enables more accurate and contextually relevant search results compared to traditional keyword-based searches. This tool is particularly useful for applications that require finding information based on meaning rather than exact matches. \ No newline at end of file +The `WeaviateVectorSearchTool` provides a powerful way to search for semantically similar documents in a Weaviate vector database. By leveraging vector embeddings, it enables more accurate and contextually relevant search results compared to traditional keyword-based searches. This tool is particularly useful for applications that require finding information based on meaning rather than exact matches.