@orama/plugin-qps
TypeScript icon, indicating that this package has built-in type declarations

3.1.11 • Public • Published

Orama Plugin Quantum Proximity Scoring

Orama Plugin Quantum Proximity Scoring ranks search results based on the proximity of query tokens in the document.

Installation

To get started with Orama Plugin QPS, just install it with npm:

npm i @orama/plugin-qps

Usage

import { create } from '@orama/orama'
import { pluginQPS } from '@orama/plugin-qps'

const db = await create({
  schema: {
    description: 'string',
  },
  plugins: [ pluginQPS() ],
})

License

Apache 2.0

Package Sidebar

Install

npm i @orama/plugin-qps

Weekly Downloads

379

Version

3.1.11

License

Apache-2.0

Unpacked Size

301 kB

Total Files

11

Last publish

Collaborators

  • niltonheck
  • raiindev
  • micheleriva
  • fra.giannino
  • allevo
  • matijagaspar
  • rjborba-askorama
  • faustoq