LTmemory example

pull/505/head
evelynmitchell 8 months ago
parent 461c40a9eb
commit 7e8380ca20

@ -114,7 +114,7 @@ agent.run("Generate a 10,000 word article on health and wellness for men under 5
import os import os
from dotenv import load_dotenv from dotenv import load_dotenv
from swarms import Agent, OpenAIChat from swarms import Agent, OpenAIChat
from playground.memory.chromadb_example import ChromaDB from swarms.playground.memory.chromadb_example import ChromaDB
import logging import logging
import os import os
import uuid import uuid

Loading…
Cancel
Save