Hi,
Some results are duplicated when performing a nearText search.
All fields are the same, but also ids, something I think should not happen. The only difference is distance.
This only happen in nearText seraches, not in keyword ones.
Example response:
{
"data": {
"Get": {
"Genial": [
{
"_additional": {
"distance": 0.39247358,
**"id": "036b990c-44a0-3d7e-aaea-3d32321b3407"**
},
"nref": "2011/900044_1675"
},
{
"_additional": {
"distance": 0.39267254,
**"id": "036b990c-44a0-3d7e-aaea-3d32321b3407"**
},
"nref": "2011/900044_1675"
},
...
}
- Weaviate Server Version: 1.24.2 and 1.25.5 (after upgrade)
- Deployment Method: cloud
- Multi Node? Number of Running Nodes:
- Client Language and Version: Weaviate Console/Rest API
- Multitenancy?: No
As additional info, this was happening in version 1.24.2 and the problem persists after upgade to 1.25.5.
Help would be apreciated.