seanpixel / Teenage-AGI

MIT License
902 stars 109 forks source link

Not recording its own name, but properly stores data from the conversation. #8

Open BlueKittyMeow opened 1 year ago

BlueKittyMeow commented 1 year ago

The data from previous conversations is persisting from one session to the next and data is being properly recorded and recalled, with the exception of the agent's name. I have, in one command, told it its name and had it repeat it to me. It can do this, but when prompted in subsequent commands, it outputs "My name is [insert name here]."

I'm completely new to Pinecone and vector databases, so this could very well be something basic that I'm doing wrong. Any suggestions?

Really fun piece of code, thanks for sharing it!

draeder commented 1 year ago

Is this issue still happening? I just tested on a clone of the latest and it remembers its name between runs. I simply said Your name is SomenameAI and it remembered.