This commit is contained in:
Logan Markewich
2025-11-25 22:15:49 -06:00
parent 0525049a9d
commit 8f86d8d121
4 changed files with 5 additions and 5 deletions
Generated
+1 -1
View File
@@ -5570,7 +5570,7 @@ dependencies = [
[[package]]
name = "semtools"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"anyhow",
"arrow-array",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "semtools"
version = "1.3.1"
version = "1.4.0"
edition = "2024"
license = "MIT"
description = "Semantic search and document parsing tools for the command line"
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@llamaindex/semtools",
"version": "1.3.1",
"version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@llamaindex/semtools",
"version": "1.3.1",
"version": "1.4.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/semtools",
"version": "1.3.1",
"version": "1.4.0",
"description": "Semantic search and document parsing tools for the command line (Rust-backed, npm-distributed)",
"license": "MIT",
"author": "LlamaIndex",