diff --git a/semantic_router/splitters/consecutive_sim.py b/semantic_router/splitters/consecutive_sim.py index 5c20d779d3ba8036211dd018a970e5c7a4579ca4..5ba2941b36f8214a093e5f4e4656aceebd5359d5 100644 --- a/semantic_router/splitters/consecutive_sim.py +++ b/semantic_router/splitters/consecutive_sim.py @@ -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) diff --git a/semantic_router/splitters/cumulative_sim.py b/semantic_router/splitters/cumulative_sim.py index f0fbd8e80316a15f726c3b86142607f7ac1d38d1..58e4cff705f86f233033d4062a2a539f7983f70b 100644 --- a/semantic_router/splitters/cumulative_sim.py +++ b/semantic_router/splitters/cumulative_sim.py @@ -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) diff --git a/semantic_router/splitters/rolling_window.py b/semantic_router/splitters/rolling_window.py index 5911882df1d4d34f4f84c80b9d92eae6da0214cd..dc393b55af4011bb854011b2569978815455e1b5 100644 --- a/semantic_router/splitters/rolling_window.py +++ b/semantic_router/splitters/rolling_window.py @@ -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)