diff --git a/README.md b/README.md index f2252e77..eba1466c 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ An LLM equipped with long term memory and tools, a full stack agent capable of a import logging from dotenv import load_dotenv from swarms import Agent, OpenAIChat +from swarms_memory import ChromaDB import subprocess # Making an instance of the ChromaDB class