From e6d2a16d6cec644b6d4af614541d344e88c242ba Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 17 May 2022 10:44:59 -0400 Subject: [PATCH] Sync with txtai 4.5, closes #16 --- examples/node/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/node/package.json b/examples/node/package.json index 831922c..9c6792d 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -2,7 +2,7 @@ "name": "txtai-node", "dependencies": { "sprintf-js": ">=1.1.2", - "txtai": ">=4.4.0" + "txtai": ">=4.5.0" }, "devDependencies": { "@babel/cli": ">=7.10.5", diff --git a/package.json b/package.json index d82fb98..ffe95c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txtai", - "version": "4.4.0", + "version": "4.5.0", "author": "NeuML", "description": "Build AI-powered semantic search applications in JavaScript", "license": "Apache-2.0",