What AI Agent database to remember my friend name & Email?

Hi All

I wanted to create a AI Agent able to remember all my friend name and email. Total I have about 20 friends. And send email to them. For example I can ask AI Agent to send email to David etc
I have try Pinecone find it too complicated for me.
Hope some one can share with me which are alternative? So that easy to setup

Paul

Hi there @Paul_Yeo

A simpler alternative to Pinecone that would still be suitable for this use case would be Supabase. It’s less full-featured as a vector store but might be more appropriate for the limited dataset you’re working with.

After creating a table in Supabase, you could then connect your agent to it via the Supabase tool in n8n and read (Get Row / Get Many Rows) and write (Create Row / Update Row) this way.

Let me know if you need any further advice.

Jake

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.