3.1.7 • Published 8 months ago

@orama/plugin-secure-proxy v3.1.7

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

Orama Secure Proxy Plugin

Tests

Orama plugin for generating embeddings and performing vector/hybrid search securely on the front-end.

Usage

For the complete usage guide, please refer to the official plugin documentation.

To use the Orama Secure Proxy Plugin, you will need to sign up for a free account at https://cloud.orama.com

import { create, insert, search } from '@orama/orama'
import { pluginSecureProxy} from '@orama/plugin-secure-proxy'

const db = await create({
  schema: {
    title: 'string',
    description: 'string',
    embeddings: 'vector[384]'
  },
  plugins: [
    pluginSecureProxy({
      apiKey: 'xyz',
      embeddings: {
        defaultProperty: 'embeddings',
        model: 'orama/gte-small',
        onInsert: {
          generate: true, // Generate the embeddings at insert-time
          properties: ['title', 'description'], // Properties to generate embeddings from
          verbose: false
        },
      },
      chat: {
        model: 'openai/gpt-4o'
      }
    })
  ]
})

Available embeddings models:

Model nameProviderDimensions
orama/gte-smallOrama384
orama/gte-mediumOrama768
orama/gte-largeOrama1024
openai/text-embedding-ada-002Openai1536
openai/text-embedding-3-smallOpenai1536
openai/text-embedding-3-largeOpenai3072

Available chat models:

Model nameProvider
openai/openai/gpt-4oOpenai
openai/gpt-4o-miniOpenai
openai/gpt-4-turboOpenai
openai/gpt-4Openai
openai/gpt-3.5-turboOpenai

Mode models coming soon!

For the full configuration guide of this plugin, please follow the official plugin documentation.

License

Apache-2.0

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.8

11 months ago

3.0.7

11 months ago

3.0.6

11 months ago

3.0.5

12 months ago

3.1.3

10 months ago

3.1.2

10 months ago

3.1.1

11 months ago

3.1.0

11 months ago

3.1.7

8 months ago

3.1.6

9 months ago

3.1.5

9 months ago

3.1.4

10 months ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-rc-4

1 year ago

3.0.0-rc-1

1 year ago

3.0.0-rc-3

1 year ago

3.0.0-rc-2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.24

1 year ago

2.0.19

2 years ago

2.0.22

1 year ago

2.0.23

1 year ago

2.0.20

2 years ago

2.0.21

2 years ago

2.0.18

2 years ago

2.0.17

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago