From f245f107ad2ffb5dcd872186a9bd3de73ecc8ca9 Mon Sep 17 00:00:00 2001 From: Andrei Fajardo <92402603+nerdai@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:45:43 -0500 Subject: [PATCH] Fix python package name for semantic chunking llama-pack (#10753) --- .../pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-packs/llama-index-packs-node-parser-semantic-chunking/pyproject.toml b/llama-index-packs/llama-index-packs-node-parser-semantic-chunking/pyproject.toml index 3ad2b69e2e..6b87d742f0 100644 --- a/llama-index-packs/llama-index-packs-node-parser-semantic-chunking/pyproject.toml +++ b/llama-index-packs/llama-index-packs-node-parser-semantic-chunking/pyproject.toml @@ -24,7 +24,7 @@ description = "llama-index packs node_parser integration" keywords = ["chunk", "chunking", "embedding", "node", "parser", "semantic"] license = "MIT" maintainers = ["jerryjliu"] -name = "llama-index-packs-node-parser" +name = "llama-index-packs-node-parser-semantic-chunking" readme = "README.md" version = "0.1.2" -- GitLab