|
@@ -198,6 +198,7 @@ class MilvusStore:
|
|
|
"updated_at": hit.entity.get("updated_at") * 1000 if hit.entity.get("updated_at") else None,
|
|
"updated_at": hit.entity.get("updated_at") * 1000 if hit.entity.get("updated_at") else None,
|
|
|
"status": hit.entity.get("status", "approved"),
|
|
"status": hit.entity.get("status", "approved"),
|
|
|
"relationships": json.loads(hit.entity.get("relationships") or "[]"),
|
|
"relationships": json.loads(hit.entity.get("relationships") or "[]"),
|
|
|
|
|
+ "score": hit.score,
|
|
|
}
|
|
}
|
|
|
for hit in results[0]
|
|
for hit in results[0]
|
|
|
]
|
|
]
|