Replies: 1 comment 1 reply
-
This is great and absolutely something we'd like to support more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MetaMemory is set up well to supply additional context to the LLM, however it seems underutilized. Can we introduce types of
BaseMetaEntry
s to handle common use cases?ex for supplying the current date:
this can also be extended to support something like a user context store, similar to services provided by Memobase. something like a
UserMetaEntry
that contains contextual information (from previous conversations or data) given the current conversation would be exetremely valueableBeta Was this translation helpful? Give feedback.
All reactions