Cris
11/13/2024, 9:50 AM[{'document': {'thread_id': 1}}, {'document': {'thread_id': 1}}, {'document': {'thread_id': 2}}, {'document': {'thread_id': 3}}]
Is there like a parameter/way where it will only return distinct thread_id
? so it won't return duplicates
It should only return
[{'document': {'thread_id': 1}}, {'document': {'thread_id': 2}}, {'document': {'thread_id': 3}}]