Skip to content
Mahesh Maan edited this page Aug 5, 2021 · 3 revisions

Components

[This page is work-in-progress (Aug 05, 2021)]

PQAI components are versatile building blocks that are frequently required in building useful applications in the patent AI space.

Each component does a well-defined job. For example, a Filter component filters out patents that don’t satisfy a given filter condition (e.g., published before a given date, or mentioning certain keywords).

List of PQAI components:

  1. Database
  2. Classifier
  3. Filter
  4. Ranker
  5. Indexer
  6. Index
  7. Encoder
  8. Consolidator

Clone this wiki locally