Update README.md

pull/486/head
Eternal Reclaimer 7 months ago committed by GitHub
parent a13473d404
commit e1d785f485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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(

Loading…
Cancel
Save