3.0.1 • Published 8 months ago

@orama/plugin-qps v3.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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

3.0.1

8 months ago

3.0.0

8 months ago

3.0.0-rc-4

8 months ago