Anonymous View
3.1.7 • Published 1 year ago

@orama/plugin-qps v3.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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.1.3

1 year ago

3.0.4

2 years ago

3.1.2

1 year ago

3.0.3

2 years ago

3.1.1

1 year ago

3.0.2

2 years ago

3.1.0

1 year ago

3.1.7

1 year ago

3.0.8

1 year ago

3.1.6

1 year ago

3.0.7

1 year ago

3.1.5

1 year ago

3.0.6

1 year ago

3.1.4

1 year ago

3.0.5

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-rc-4

2 years ago