From 8130171b7f1ae89cf3553fb73783adbcc304f588 Mon Sep 17 00:00:00 2001 From: ANUSHKA KATHARE Date: Mon, 21 Oct 2024 22:01:21 +0530 Subject: [PATCH] Fixed Some grammatical errors in the file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 909538030..76cd833b8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY" You can also set the variables by creating .env file, here is our template. To use different LLM providers, for more info check out our documentation -If you are using Networkx, create an account on Graphistry to visualize results: +If you are using Network, create an account on Graphistry to visualize results: ``` cognee.config.set_graphistry_config({ "username": "YOUR_USERNAME", @@ -162,7 +162,7 @@ async def chunk_naive_llm_classifier( ``` -We have a large number of tasks that can be used in your pipelines, and you can also create your own tasks to fit your business logic. +We have many tasks that can be used in your pipelines, and you can also create your tasks to fit your business logic. 3. Once we have our tasks, it is time to group them into a pipeline.