diff --git a/cognee/api/v1/add/add.py b/cognee/api/v1/add/add.py index c3751da4b..c67afe7de 100644 --- a/cognee/api/v1/add/add.py +++ b/cognee/api/v1/add/add.py @@ -150,7 +150,7 @@ async def add( await cognee.add("https://example.com",extraction_rules=extraction_rules) # Add a single url and tavily extract ingestion method - Make sure to set TAVILY_API_KEY = YOUR_TAVILY_API_KEY as a environment variable + Make sure to set TAVILY_API_KEY = YOUR_TAVILY_API_KEY as a environment variable await cognee.add("https://example.com") # Add multiple urls