Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-516

Create an Index Operation

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.7.0, 3.5.0
    • 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

      Description

      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"
          }
      ]
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: