diff --git a/apps/ui/ingestion-ui/src/components/ingestion.tsx b/apps/ui/ingestion-ui/src/components/ingestion.tsx index a7cd9722..6ca839e5 100644 --- a/apps/ui/ingestion-ui/src/components/ingestion.tsx +++ b/apps/ui/ingestion-ui/src/components/ingestion.tsx @@ -627,11 +627,11 @@ export default function FirecrawlComponent() { -
+
{result.success ? ( <>
-                          {result.data.markdown.trim().slice(0, 200)}...
+                          {result.data.markdown.trim()}
                         
) : (