From a2c176c23fb0a14ad4526e9fad3dce811de3adf1 Mon Sep 17 00:00:00 2001 From: Rodrigo Doria Medina Date: Thu, 25 Sep 2025 20:58:13 -0400 Subject: [PATCH] Test: Hierarchical chunking --- src/components/Chatbot/index.tsx | 2 +- src/components/FloatingChatWidget/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Chatbot/index.tsx b/src/components/Chatbot/index.tsx index 1699a3d..5a77dee 100644 --- a/src/components/Chatbot/index.tsx +++ b/src/components/Chatbot/index.tsx @@ -23,7 +23,7 @@ const generateSessionId = (): string => { }; const Chatbot: React.FC = ({ - apiEndpoint = 'https://ai-agents.horizenlabs.io/webhook/chat', + apiEndpoint = 'https://ai-agents.horizenlabs.io/webhook/chat-hier', placeholder = 'Ask me anything...', title = 'Chat Assistant', token, diff --git a/src/components/FloatingChatWidget/index.tsx b/src/components/FloatingChatWidget/index.tsx index 261be2b..b14e5d6 100644 --- a/src/components/FloatingChatWidget/index.tsx +++ b/src/components/FloatingChatWidget/index.tsx @@ -193,7 +193,7 @@ const FloatingChatWidget: React.FC = () => {