semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: TypeError when save point to existing in `QdrantMemoryStore`

Open ytoml opened this issue 1 year ago • 3 comments

Describe the bug Encounter the error when using save_information to save memory on the same id.

To Reproduce Steps to reproduce the behavior:

  1. save_information with some id.
  2. 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.

ytoml avatar Feb 20 '24 13:02 ytoml

I found where to fix. I will make PR.

ytoml avatar Feb 20 '24 13:02 ytoml

Related to PR #5792

moonbox3 avatar Apr 09 '24 15:04 moonbox3

We're re-doing our memory abstractions, which can be see here: #6689. Assign issue to @eavanvalkenburg.

moonbox3 avatar Jul 03 '24 15:07 moonbox3

@eavanvalkenburg is this item still relevant? Can we close?

moonbox3 avatar Oct 24 '24 14:10 moonbox3