mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

when event = 'NONE',update vectorstore raise error: 6 validation errors for PointStruct vector.list[float]

Open Jiafazi17 opened this issue 2 months ago • 2 comments

🐛 Describe the bug

mem0.memory.main:{'id': ‘0’,‘text’: 'can retrieve specific emplyee information like employee IDs', 'event': 'NONE'} ERROR: awaiting memory task (async): 6 validation errors for PointStruct vector.list[float]

it seems that when 'event' is none , vector is None, PointStruct can not accept this. It does not throw an error when i don't record memories, but will list previous events and throw an error when statements require recording and storing memories.

Jiafazi17 avatar Oct 22 '25 02:10 Jiafazi17

Hi @Jiafazi17, can you describe this issue in more details or give me steps to reproduce the error.

ron-42 avatar Oct 22 '25 17:10 ron-42

Hi @Jiafazi17, can you describe this issue in more details or give me steps to reproduce the error.

it seems you have fixed , thankyou

Jiafazi17 avatar Oct 24 '25 02:10 Jiafazi17