diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index dbd61623db1..0a5ed65fc85 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -35,6 +35,9 @@ const GeneralTranscriptionPreference = lazy(
const GeneralEmbeddingPreference = lazy(
() => import("@/pages/GeneralSettings/EmbeddingPreference")
);
+const EmbeddingTextSplitterPreference = lazy(
+ () => import("@/pages/GeneralSettings/EmbeddingTextSplitterPreference")
+);
const GeneralVectorDatabase = lazy(
() => import("@/pages/GeneralSettings/VectorDatabase")
);
@@ -86,6 +89,12 @@ export default function App() {
path="/settings/embedding-preference"
element={