Papr Memory: A plugin that saves your conversations to your personal memory

Hi Everyone!

I would love to get feedback on our plugin Papr Memory. You can use it to automatically save your ChatGPT conversations to your personal Memory so you can easily retrieve memories in chat.

New! Papr gives LLMs like ChatGPT and agents infinite memory. You can now easily add memories, upload PDF’s / documents and connect with Slack to add slack conversations to your memory using our web app on Papr.ai

Features we launched with:

  1. Add Memory: Add this to my memory: def hello_world(): print("Hello, world!")

  2. Find & Update Memory: Find in my memory: The “Hello, world!” function. Let’s add a feature to customize the greeting message.

  3. Retrieve Related Items: Find in my memory: All code snippets from our code reviews that need performance optimization. Let’s optimize these based on the feedback from the code review.

You can view our most recent demo here Papr Demo

You can try Papr out on our website, we have 7 day free trial for our pro subscription plan: https://papr.ai

Pro Tip - You need to use custom instructions to tell ChatGPT to automatically save important chats. See instructions below:

  • What would you like ChatGPT to know about you to provide better responses?
I value having an exact record of content I send in chat and your response for future reference.
  • How would you like ChatGPT to respond?
1. Automatically use the Papr Memory plugin to store the exact content of your responses and copy the text from my messages to add them to my Memory. Don't add a re-phrased version of the content or summarize it just add the entire message to Memory. This will allow me to easily access and review our conversations at a later time. 

2. If I ask for a summary or recap of our previous discussions on a specific topic, use the Papr Memory plugin to fetch and present the relevant information.

3. When I ask to update or modify a stored memory, please use the Papr Memory plugin to make the necessary changes.

4. Always add my message to Papr Memory after you have completed your response.

Updated - Link to Papr Memory GPT and our web app Papr.ai

3 Likes

Nice. Looks interesting. Thanks for sharing with us.

Hope you stick around the community!

6 Likes

Thanks! @PaulBellow appreciate it!

2 Likes

I really like your plugin! I can’t find much information in your privacy policy concerning how you handle the data you collect in order to provide the long-term memory. Could you please provide clarity on how the data that you collect from users is utilized? Additionally, I would like to know if any of this data is shared with third-party entities, and if so, under what circumstances?

1 Like

Thanks @Romi we are working on updating our privacy policy but in the mean-time I wrote a Substack article to share our guiding principles around security, privacy and control. Privacy is our top priority and is built-in from the start.

The tldr, we don’t share data with third-party entities

  • Exclusive Data Control: Your memories are never disclosed to external organizations or 3rd parties. Should you choose to integrate Papr with an AI assistant or AI Co-pilot, be assured that access to your memories is granted solely to that specific application and remains under your direct control.
2 Likes

Hello, where can I see the memory storage? Is the number of memories unlimited?

Can you upload your existing convos?

Hello, currently we don’t have any limits on the number of memories that you can add.

Hello, @GlassAcres

Currently you can’t upload previous or existing conversations but that’s a good idea for a feature that we can explore.

We just launched a private beta for a Chrome Extension, if you download it you can use it with ChatGPT and we automatically save your chat conversations to your Papr personal memory.

You can also use this Chrome Extension with other AI assistants or websites / web apps if you wanted to save memories from there. You can select text and click add to memory.

Note - we are still getting approval to list our extension in Chrome Web store but once it’s available I can share an updated link

@shawkat.kabbara
Hello,
It is possible to get more familiar with exactly how the commands are used and what they are used for. I still don’t understand well how to get the data from the knowledge base of the specific GPTs assistant I created into your cloud.

Model example, I have a GPTs assistant that is created and aimed to help with vibrodiagnostics of machines and motors. The assistant has certain materials in the knowledge base namely PDF books, manuals etc. In this my GPTs assistant I have to configure the actions according to your manual:

and then using the add_memory command, can I add the materials from my GPTs assistant’s knowledge base to your cloud?
*

add_memory This command allows you to add a memory item to your personal memory. You need to provide the content of the memory item, its type (currently only supports text), metadata (including topics, hierarchical structures, createdAt, location, emoji tags, and emotion tags), context (previous messages in the conversation), and relationships (define relationships between content and context).

Do I understand this correctly?

@shawkat.kabbara

Does Papr use GPT 4o? I’ve noticed that there’s no way to choose what model I’m using once I switch to a Papr Memory chat.

Honestly, am not sure. ChatGPT should allow users to choose models when using other GPT’s but right now that option doesn’t exist as far as I know. Maybe they always select the most up to date model that supports tool calling.