Alexander Huwiler 1 år sedan
förälder
incheckning
29292684ca
1 ändrade filer med 3 tillägg och 4 borttagningar
  1. 3 4
      pyproject.toml

+ 3 - 4
pyproject.toml

@@ -2,21 +2,20 @@
 name = "semantic-split"
 version = "0.1.0"
 description = "A better way to split (chunk/group) your text before inserting them into an LLM/Vector DB."
-authors = ["Agam More <agam@agam.me>"]
+authors = ["Your Name <your.email@example.com>"]
 license = "MIT"
 readme = "README.md"
 packages = [{include = "semantic_split"}]
 
 [[tool.poetry.source]]
-name = "semnatic-split"
-url = "https://github.com/agamm/semantic-split"
+name = "semantic-split"
+url = "https://git.alexanderhuwiler.ch/alexander/semantic_split_MultiLang.git"
 
 [tool.poetry.dependencies]
 python = "*"
 sentence-transformers = "^2.2.2"
 spacy = "^3.5.3"
 
-
 [tool.poetry.group.dev.dependencies]
 pytest = "^7.3.1"