[fix] list' object has no attribute 'id' - Id fault with chroma pinecone and other providers#3693
Merged
parthshr370 merged 2 commits intomainfrom Oct 31, 2025
Merged
[fix] list' object has no attribute 'id' - Id fault with chroma pinecone and other providers#3693parthshr370 merged 2 commits intomainfrom
parthshr370 merged 2 commits intomainfrom
Conversation
deshraj
approved these changes
Oct 30, 2025
garciaba79
pushed a commit
to garciaba79/mem0
that referenced
this pull request
Feb 12, 2026
…one and other providers (mem0ai#3693)
jamebobob
pushed a commit
to jamebobob/mem0-vigil-recall
that referenced
this pull request
Mar 29, 2026
…one and other providers (mem0ai#3693)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
#3674
Apart from basic config of OPENAI + QDRANT
like Pinecone Chroma expect -
actual_memories = [mem1, mem2, mem3]actual_memories = [[mem1, mem2, mem3]](nested list!)for mem in actual_memoriesmem = [mem1, mem2, mem3](a list, not a memory object!)fix -
Check first element - if list of tuple ( earlier it just considered tuples ) , then move to next element and start iterating that as - [ mem1 , mem2 etc ]
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please delete options that are not relevant.
Checklist:
Maintainer Checklist