From 7e8380ca20adbd4961db76cea1e5a8313c1ee710 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Mon, 17 Jun 2024 20:35:59 -0600 Subject: [PATCH] LTmemory example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca462c7..4d44f62f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ agent.run("Generate a 10,000 word article on health and wellness for men under 5 import os from dotenv import load_dotenv from swarms import Agent, OpenAIChat -from playground.memory.chromadb_example import ChromaDB +from swarms.playground.memory.chromadb_example import ChromaDB import logging import os import uuid