-
Type: New Feature
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: AI Nuxeo Services
-
Tags:
-
Team:AI
-
Sprint:AI 5 full - Deduplication, AI 5 S5 - Deduplication, AI 5 S6 - Deduplication, AI 5 S7 - Deduplication
-
Story Points:5
Create an Index Operation to index documents for similarity and deduplication service:
- Calls the insight sdk api to index a given document with its xpath
- Sending a custom rendition, not the full document (jpeg format with same aspect ratio [5MB max]) - check if we need a dedicated ticket to convert or retrieve existing picture views
- Stores on the given local document a deduplication facet that contains:
- index (y/n), date, [xpath of blob]
Example:
[ { "xpath": "xxx", "index": "true", "date": "XX/XX" }, { "xpath": "xxx", "index": "true", "date": "XX/XX" } ]
- Is referenced in