Skip to content
Snippets Groups Projects
Unverified Commit 8fb8cd02 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge pull request #283 from aurelio-labs/james/deprecation-type

fix: typo in deprecation warning
parents 252afe91 fe6d0c01
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class ConsecutiveSimSplitter(BaseSplitter):
"Splitters are being deprecated. They have moved to their own "
"package. Please migrate to the `semantic-chunkers` package. More "
"information can be found at:\n"
"https://github.com/aurelio-ai/semantic-chunkers",
"https://github.com/aurelio-labs/semantic-chunkers",
stacklevel=2,
)
super().__init__(name=name, encoder=encoder)
......
......@@ -24,7 +24,7 @@ class CumulativeSimSplitter(BaseSplitter):
"Splitters are being deprecated. They have moved to their own "
"package. Please migrate to the `semantic-chunkers` package. More "
"information can be found at:\n"
"https://github.com/aurelio-ai/semantic-chunkers",
"https://github.com/aurelio-labs/semantic-chunkers",
stacklevel=2,
)
super().__init__(name=name, encoder=encoder)
......
......@@ -54,7 +54,7 @@ class RollingWindowSplitter(BaseSplitter):
"Splitters are being deprecated. They have moved to their own "
"package. Please migrate to the `semantic-chunkers` package. More "
"information can be found at:\n"
"https://github.com/aurelio-ai/semantic-chunkers",
"https://github.com/aurelio-labs/semantic-chunkers",
stacklevel=2,
)
super().__init__(name=name, encoder=encoder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment