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
When the graph database is empty, the prompt uses '- Existing Graph Memories: []', which results in empty new graph memories. Change it to '- Existing Graph Memories: None' to fix the issue.
The text was updated successfully, but these errors were encountered:
I noticed that when the graph is empty, the LLM doesn't extract new memory with the current prompt. However, when I used None instead of [], it successfully updated the memory.
🐛 Describe the bug
When the graph database is empty, the prompt uses '- Existing Graph Memories: []', which results in empty new graph memories. Change it to '- Existing Graph Memories: None' to fix the issue.
The text was updated successfully, but these errors were encountered: