diff --git a/README.md b/README.md index f59b58f0..72188ec5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ agent.run("Generate a 10,000 word blog on health and wellness.") `Agent` equipped with quasi-infinite long term memory. Great for long document understanding, analysis, and retrieval. ```python -from swarms import Agent, ChromaDB, OpenAIChat +from swarms import Agent, OpenAIChat +from playground.memory.chromadb_example import ChromaDB # Copy and paste the code and put it in your own local directory. # Making an instance of the ChromaDB class memory = ChromaDB(