From 7c74c94a63b92beb0c4c53719fa62af9b7474b5c Mon Sep 17 00:00:00 2001 From: "Vince Fulco--Bighire.tools" Date: Tue, 21 Nov 2023 11:18:42 +0700 Subject: [PATCH] Update README.md fixed some grammar issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cf02e..9da9e46 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To run the project locally, follow these steps: ``` cp env.example .env ``` - `OPENAI_API_KEY` is required. If you don't choose not to create the Weaviate Cluster, remove `WEAVIATE_CLUSTER_URL` and `WEAVIATE_API_KEY` from the `.env`. + `OPENAI_API_KEY` is required. If you choose not to create a remote Weaviate Cluster, remove `WEAVIATE_CLUSTER_URL` and `WEAVIATE_API_KEY` from the `.env`. 5. Set up a Python virtualenv to populate your vector database and to experiment with semantic search. ```