@orama/orama
Advanced tools
Comparing version
@@ -32,3 +32,3 @@ import { SUPPORTED_LANGUAGES } from './components/tokenizer/languages.js'; | ||
INVALID_VECTOR_VALUE: `Vector value must be a number greater than 0. Got "%s" instead.`, | ||
INVALID_INPUT_VECTOR: `Property "%s" was declared as a %s-dimentional vector, but got a %s-dimentional vector instead.\nInput vectors must be of the size declared in the schema, as calculating similarity between vectors of different sizes can lead to unexpected results.`, | ||
INVALID_INPUT_VECTOR: `Property "%s" was declared as a %s-dimensional vector, but got a %s-dimensional vector instead.\nInput vectors must be of the size declared in the schema, as calculating similarity between vectors of different sizes can lead to unexpected results.`, | ||
WRONG_SEARCH_PROPERTY_TYPE: `Property "%s" is not searchable. Only "string" properties are searchable.`, | ||
@@ -35,0 +35,0 @@ FACET_NOT_SUPPORTED: `Facet doens't support the type "%s".` |
{ | ||
"name": "@orama/orama", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"type": "module", | ||
@@ -91,4 +91,4 @@ "description": "Next generation full-text and vector search engine, written in TypeScript", | ||
"vite": "^4.1.4", | ||
"@orama/stemmers": "1.2.6", | ||
"@orama/stopwords": "1.2.6" | ||
"@orama/stemmers": "1.2.7", | ||
"@orama/stopwords": "1.2.7" | ||
}, | ||
@@ -95,0 +95,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet