Skip to content

Seeking memory guidance (for python implementation). #8377

Answered by AumGupta
jaimerodriguez asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @jaimerodriguez,

  1. Is Memory (e.g. SemanticTextMemory) supposed to be for insights shared across the LLM? Should i not store user-specific details there?

Yes, SemanticTextMemory (STM) is primarily intended for storing general knowledge or facts that can be shared across different LLM instances. It's not recommended to store user-specific details in STM. This is because STM is designed to be a shared resource, and storing sensitive user data could lead to privacy concerns.

  1. How can I leverage memory from within my plugins?   I would like to both save stuff into memory (most important) and also to retrieve stuff from it.

To leverage memory within your plugins, you can use the follo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaimerodriguez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants