You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Dev-Khant when using locally hosted LLMs, the prompt is too long for the LLM to analyse it and correctly respond. This is especially true of get_update_memory_messages
This is causing missing keys for events, and incorrect results (it basically updates nothing, retaining the same memory)
🐛 Describe the bug
Regards to #2030, the error
ERROR:root:Error in new_memories_with_actions: 'event'
is stemming from mem0/memory/main.py function_add_to_vector_store
The LLM is not generating the correct JSON output, i.e. does not have specific key
However, this should not cause an error. We should be able to manually provide event, or at least provide a default value in case of error
The text was updated successfully, but these errors were encountered: