Python: TypeError when save point to existing in `QdrantMemoryStore`
Describe the bug
Encounter the error when using save_information to save memory on the same id.
To Reproduce Steps to reproduce the behavior:
save_informationwith some id.- do 1 again
Expected behavior The embedding is overwritten.
Screenshots If applicable, add screenshots to help explain your problem.
Platform
- OS: Mac
- IDE: VSCode
- Language: Python
- Source: 0.5.0.dev0
Additional context Add any other context about the problem here.
I found where to fix. I will make PR.
Related to PR #5792
We're re-doing our memory abstractions, which can be see here: #6689. Assign issue to @eavanvalkenburg.
@eavanvalkenburg is this item still relevant? Can we close?