Spaces:
Sleeping
Sleeping
File size: 24,634 Bytes
fb8177a 209e402 7bae51f 0af2618 7bae51f 0af2618 209e402 0af2618 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 ba10a58 209e402 4b9a663 209e402 4b9a663 209e402 ba10a58 209e402 ba10a58 209e402 ba10a58 209e402 ba10a58 209e402 ba10a58 209e402 fb8177a 209e402 ba10a58 209e402 ba10a58 209e402 ba10a58 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 fb8177a 209e402 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 |
import React, { useState, useRef, useEffect } from 'react';
import {
ChakraProvider,
Box,
VStack,
HStack,
Text,
Input,
Button,
Flex,
Heading,
Container,
useToast,
Divider,
Progress,
extendTheme,
Image
} from '@chakra-ui/react';
import axios from 'axios';
import { useDropzone } from 'react-dropzone';
import { FiSend, FiUpload } from 'react-icons/fi';
import ReactMarkdown from 'react-markdown';
// Star Wars theme
const starWarsTheme = extendTheme({
colors: {
brand: {
100: '#ffe81f', // Star Wars yellow
200: '#ffe81f',
300: '#ffe81f',
400: '#ffe81f',
500: '#ffe81f',
600: '#d6c119',
700: '#a99a14',
800: '#7c710f',
900: '#4f480a',
},
imperial: {
500: '#ff0000', // Empire red
},
rebel: {
500: '#4bd5ee', // Rebel blue
},
dark: {
500: '#000000', // Dark side
},
light: {
500: '#ffffff', // Light side
},
space: {
100: '#05050f',
500: '#0a0a1f',
900: '#000005',
}
},
fonts: {
heading: "'Star Jedi', 'Roboto', sans-serif",
body: "'Roboto', sans-serif",
},
styles: {
global: {
body: {
bg: 'space.500',
color: 'light.500',
},
},
},
});
// API URL - Using the browser's current hostname for backend access
const getAPIURL = () => {
// If we're in development mode (running with npm start)
if (process.env.NODE_ENV === 'development') {
return 'http://localhost:8000';
}
// Get current protocol (http: or https:)
const protocol = window.location.protocol;
const hostname = window.location.hostname;
// For Hugging Face deployment - use the same URL without specifying port
if (hostname.includes('hf.space')) {
return `${protocol}//${hostname}`;
}
// When running in other production environments, use port 8000
return `${protocol}//${hostname}:8000`;
};
const API_URL = process.env.REACT_APP_API_URL || getAPIURL();
// Debug log
console.log('Using API URL:', API_URL);
console.log('Environment:', process.env.NODE_ENV);
console.log('Window location:', window.location.hostname);
// Add axios default timeout and error handling
axios.defaults.timeout = 120000; // 120 seconds
axios.interceptors.response.use(
response => response,
error => {
console.error('Axios error:', error);
// Log the specific details
if (error.response) {
// The request was made and the server responded with a status code
// that falls out of the range of 2xx
console.error('Error response data:', error.response.data);
console.error('Error response status:', error.response.status);
console.error('Error response headers:', error.response.headers);
} else if (error.request) {
// The request was made but no response was received
console.error('Error request:', error.request);
if (error.code === 'ECONNABORTED') {
console.error('Request timed out after', axios.defaults.timeout, 'ms');
}
} else {
// Something happened in setting up the request that triggered an Error
console.error('Error message:', error.message);
}
return Promise.reject(error);
}
);
function ChatMessage({ message, isUser, isStreaming }) {
const [displayedText, setDisplayedText] = useState('');
const [charIndex, setCharIndex] = useState(0);
const messageRef = useRef(null);
// Star Wars-style typewriter effect for streamed responses
useEffect(() => {
if (isUser || !isStreaming) {
setDisplayedText(message);
return;
}
// Reset if message changes
if (charIndex === 0) {
setDisplayedText('');
}
// Implement the typing effect with randomized speeds for Star Wars terminal feel
if (charIndex < message.length) {
const delay = Math.random() * 20 + 10; // Random delay between 10-30ms
const timer = setTimeout(() => {
setDisplayedText(prev => prev + message[charIndex]);
setCharIndex(prevIndex => prevIndex + 1);
}, delay);
return () => clearTimeout(timer);
}
}, [message, charIndex, isUser, isStreaming]);
// Auto-scroll to the bottom of the message as it streams
useEffect(() => {
if (isStreaming && messageRef.current) {
messageRef.current.scrollIntoView({ behavior: 'smooth', block: 'end' });
}
}, [displayedText, isStreaming]);
return (
<Box
bg={isUser ? 'rebel.500' : 'imperial.500'}
p={3}
borderRadius="md"
borderWidth="1px"
borderColor={isUser ? 'brand.500' : 'dark.500'}
alignSelf={isUser ? 'flex-end' : 'flex-start'}
maxW="80%"
boxShadow="0 0 5px"
color={isUser ? 'dark.500' : 'light.500'}
ref={messageRef}
position="relative"
>
<Text fontWeight="bold" fontSize="sm" mb={1}>
{isUser ? 'Rebel Commander' : 'Jedi Archives'}
</Text>
{isStreaming && !isUser ? (
<Box position="relative">
<ReactMarkdown>{displayedText}</ReactMarkdown>
{charIndex < message.length && (
<Box
as="span"
display="inline-block"
w="10px"
h="16px"
bg="brand.500"
position="absolute"
ml="2px"
opacity={0.8}
animation="blink 1s step-end infinite"
sx={{
'@keyframes blink': {
'0%, 100%': { opacity: 0 },
'50%': { opacity: 1 }
}
}}
/>
)}
</Box>
) : (
<ReactMarkdown>{message}</ReactMarkdown>
)}
</Box>
);
}
function FileUploader({ onFileUpload }) {
const toast = useToast();
const [isUploading, setIsUploading] = useState(false);
const [uploadProgress, setUploadProgress] = useState(0);
const [processingStatus, setProcessingStatus] = useState(null);
const [processingProgress, setProcessingProgress] = useState(0);
const [processingSteps, setProcessingSteps] = useState(0);
const { getRootProps, getInputProps } = useDropzone({
maxFiles: 1,
maxSize: 5 * 1024 * 1024, // 5MB max size
accept: {
'text/plain': ['.txt'],
'application/pdf': ['.pdf']
},
onDropRejected: (rejectedFiles) => {
toast({
title: 'Transmission rejected',
description: rejectedFiles[0]?.errors[0]?.message || 'File rejected by the Empire',
status: 'error',
duration: 5000,
isClosable: true,
});
},
onDrop: async (acceptedFiles) => {
if (acceptedFiles.length === 0) return;
setIsUploading(true);
setUploadProgress(0);
const file = acceptedFiles[0];
// Check file size
if (file.size > 5 * 1024 * 1024) {
toast({
title: 'File too large for hyperdrive',
description: 'Maximum file size is 5MB - even the Death Star plans were smaller',
status: 'error',
duration: 5000,
isClosable: true,
});
setIsUploading(false);
return;
}
const formData = new FormData();
formData.append('file', file);
try {
// Either use the API_URL or direct backend based on environment
const uploadUrl = `${API_URL}/upload/`;
console.log('Uploading file to:', uploadUrl);
const response = await axios.post(uploadUrl, formData, {
headers: {
'Content-Type': 'multipart/form-data',
},
timeout: 180000, // 3 minutes timeout for large files
maxContentLength: Infinity,
maxBodyLength: Infinity,
onUploadProgress: (progressEvent) => {
const percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total);
setUploadProgress(percentCompleted);
},
// Add retry logic for network errors
validateStatus: function (status) {
return status >= 200 && status < 500; // Handle 4xx errors in our own logic
}
});
console.log('Upload response:', response.data);
setProcessingStatus('starting');
// Start polling for document processing status
const sessionId = response.data.session_id;
const pollStatus = async () => {
try {
const statusUrl = `${API_URL}/session/${sessionId}/status`;
console.log('Checking status at:', statusUrl);
const statusResponse = await axios.get(statusUrl);
console.log('Status response:', statusResponse.data);
if (statusResponse.data.status === 'ready') {
setProcessingStatus('complete');
onFileUpload(sessionId, file.name);
return;
} else if (statusResponse.data.status === 'failed') {
setProcessingStatus('failed');
toast({
title: 'Processing failed',
description: 'There was a disturbance in the Force. Please try again with a different file.',
status: 'error',
duration: 7000,
isClosable: true,
});
setIsUploading(false);
return;
}
// Still processing, continue polling
setProcessingStatus('processing');
setTimeout(pollStatus, 3000);
} catch (error) {
console.error('Error checking status:', error);
// Continue polling if there are non-critical errors
if (error.code === 'ECONNABORTED') {
// Request timed out
toast({
title: 'Status check timed out',
description: 'Your document is being processed by the Jedi Council. Please be patient, this may take time.',
status: 'warning',
duration: 7000,
isClosable: true,
});
setProcessingStatus('timeout');
// Keep polling, but with a longer delay
setTimeout(pollStatus, 10000);
} else {
// Other errors, but still try to continue polling
setTimeout(pollStatus, 5000);
}
}
};
// Start polling
setTimeout(pollStatus, 1000);
} catch (error) {
console.error('Error uploading file:', error);
setProcessingStatus(null);
let errorMessage = 'Network error - the Death Star has jammed our comms';
if (error.response) {
errorMessage = error.response.data?.detail || `Imperial error (${error.response.status})`;
} else if (error.code === 'ECONNABORTED') {
errorMessage = 'Request timed out. Even the Millennium Falcon would struggle with this file.';
}
toast({
title: 'Upload failed',
description: errorMessage,
status: 'error',
duration: 5000,
isClosable: true,
});
setIsUploading(false);
}
}
});
// Move pollSessionStatus inside the component where it has access to the necessary variables
const pollSessionStatus = async (sessionId, file, retries = 40, interval = 5000) => {
// Increased retries from 30 to 40 for longer processing documents
let currentRetry = 0;
while (currentRetry < retries) {
try {
const statusUrl = `${API_URL}/session/${sessionId}/status`;
console.log(`Checking status (attempt ${currentRetry + 1}/${retries}):`, statusUrl);
const statusResponse = await axios.get(statusUrl, {
timeout: 30000 // 30 second timeout for status checks
});
console.log('Status response:', statusResponse.data);
if (statusResponse.data.status === 'ready') {
setProcessingStatus('complete');
setProcessingProgress(100);
onFileUpload(sessionId, file.name);
return;
} else if (statusResponse.data.status === 'failed') {
setProcessingStatus('failed');
throw new Error('Processing failed on server');
}
// Still processing, update progress based on attempt number
setProcessingStatus('processing');
// Calculate progress - more rapid at start, slower towards end
const progressIncrement = 75 / retries; // Max out at 75% during polling
setProcessingProgress(Math.min(5 + (currentRetry * progressIncrement), 75));
// Increment processing steps to show activity
setProcessingSteps(prev => prev + 1);
await new Promise(resolve => setTimeout(resolve, interval));
currentRetry++;
// Increase interval slightly for each retry to prevent overwhelming the server
interval = Math.min(interval * 1.1, 15000); // Cap at 15 seconds
} catch (error) {
console.error('Error checking status:', error);
// If we hit a timeout or network issue, wait a bit longer before retrying
await new Promise(resolve => setTimeout(resolve, interval * 2));
currentRetry++;
}
}
// If we've exhausted all retries and still don't have a ready status
throw new Error('Status polling timed out');
};
// Status message based on current processing state
const getStatusMessage = () => {
const steps = ['Analyzing text', 'Splitting document', 'Creating embeddings', 'Building vector database', 'Finalizing'];
const currentStep = steps[processingSteps % steps.length];
switch(processingStatus) {
case 'starting':
return 'Initiating hyperspace jump...';
case 'uploading':
return 'Sending document to the Jedi Archives...';
case 'processing':
return `${currentStep}... This may take several minutes.`;
case 'timeout':
return 'Document processing is taking longer than expected. Patience, young Padawan...';
case 'failed':
return 'Document processing failed. The dark side clouded this document.';
case 'complete':
return 'Your document has joined the Jedi Archives!';
default:
return '';
}
};
return (
<Box
{...getRootProps()}
border="2px dashed"
borderColor="brand.500"
borderRadius="md"
p={10}
textAlign="center"
cursor="pointer"
bg="space.100"
_hover={{ bg: 'space.900', borderColor: 'rebel.500' }}
>
<input {...getInputProps()} />
<VStack spacing={2}>
<FiUpload size={30} color="#ffe81f" />
<Text>Drop a holocron (PDF or text file) here, or click to select</Text>
<Text fontSize="sm" color="brand.500">
Max file size: 5MB - suitable for Death Star plans
</Text>
{isUploading && (
<>
<Text color="brand.500">Uploading to the Jedi Archives...</Text>
<Progress
value={processingStatus === 'uploading' ? uploadProgress : processingProgress}
size="sm"
colorScheme="yellow"
width="100%"
borderRadius="md"
/>
{processingStatus && (
<Text
color={processingStatus === 'failed' ? 'imperial.500' : 'brand.500'}
fontSize="sm"
mt={2}
>
{getStatusMessage()}
</Text>
)}
</>
)}
</VStack>
</Box>
);
}
function App() {
const [sessionId, setSessionId] = useState(null);
const [fileName, setFileName] = useState(null);
const [messages, setMessages] = useState([]);
const [inputText, setInputText] = useState('');
const [isProcessing, setIsProcessing] = useState(false);
const [isDocProcessing, setIsDocProcessing] = useState(false);
const [streamingIndex, setStreamingIndex] = useState(-1); // Track which message is streaming
const messagesEndRef = useRef(null);
const toast = useToast();
const handleFileUpload = (newSessionId, name) => {
setSessionId(newSessionId);
setFileName(name);
setIsDocProcessing(false);
setMessages([
{ text: `"${name}" has been added to the Jedi Archives. What knowledge do you seek?`, isUser: false }
]);
// Don't poll again - already handled in FileUploader
};
const handleSendMessage = async () => {
if (!inputText.trim() || !sessionId || isDocProcessing) return;
const userMessage = inputText;
setInputText('');
// Add user message right away
setMessages(prev => [...prev, { text: userMessage, isUser: true }]);
// Add empty response message that will be filled via streaming
const messageIndex = messages.length + 1; // +1 since we just added user message
setMessages(prev => [...prev, { text: '', isUser: false }]);
setStreamingIndex(messageIndex);
setIsProcessing(true);
try {
const queryUrl = `${API_URL}/query/`;
console.log('Sending query to:', queryUrl);
// We need to handle the streaming response from the backend
const response = await fetch(queryUrl, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
session_id: sessionId,
query: userMessage
})
});
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}
// Get the response reader for streaming
const reader = response.body.getReader();
const decoder = new TextDecoder();
let accumulatedResponse = '';
try {
// Process the stream as it comes in
while (true) {
const { value, done } = await reader.read();
// If the stream is done, break out of the loop
if (done) break;
// Decode the chunk and add it to our response
const chunk = decoder.decode(value, { stream: true });
accumulatedResponse += chunk;
// Update the current message with the accumulated response
setMessages(prev => prev.map((msg, idx) =>
idx === messageIndex ? { ...msg, text: accumulatedResponse } : msg
));
}
} catch (streamError) {
console.error('Stream processing error:', streamError);
} finally {
// We're done streaming, clean up
setStreamingIndex(-1);
setIsProcessing(false);
}
} catch (error) {
console.error('Error sending message:', error);
setStreamingIndex(-1);
// Handle specific errors
if (error.response?.status === 409) {
// Document still processing
toast({
title: 'Document still processing',
description: 'The Jedi Council is still analyzing this document. Please wait a moment and try again.',
status: 'warning',
duration: 5000,
isClosable: true,
});
setMessages(prev => [...prev.slice(0, -1), {
text: "The Jedi Council is still analyzing this document. Patience, young Padawan.",
isUser: false
}]);
} else {
// General error
toast({
title: 'Error',
description: error.response?.data?.detail || 'A disturbance in the Force - make sure the backend is operational',
status: 'error',
duration: 5000,
isClosable: true,
});
setMessages(prev => [...prev.slice(0, -1), {
text: "I find your lack of network connectivity disturbing. Please try again.",
isUser: false
}]);
}
setIsProcessing(false);
}
};
// Scroll to the bottom of messages
React.useEffect(() => {
messagesEndRef.current?.scrollIntoView({ behavior: 'smooth' });
}, [messages]);
// Handle Enter key press
const handleKeyPress = (e) => {
if (e.key === 'Enter' && !e.shiftKey) {
e.preventDefault();
handleSendMessage();
}
};
return (
<ChakraProvider theme={starWarsTheme}>
<Box bg="space.500" minH="100vh" py={8}>
<Container maxW="container.lg">
<VStack spacing={6} align="stretch" h="100vh">
<Box textAlign="center" mb={4}>
<Heading
as="h1"
size="xl"
color="brand.500"
textShadow="0 0 10px #ffe81f"
letterSpacing="2px"
>
Jedi Archives Chat
</Heading>
<Text color="light.500" mt={2}>The galaxy's knowledge at your fingertips</Text>
</Box>
{!sessionId ? (
<FileUploader onFileUpload={handleFileUpload} />
) : (
<>
<Flex justify="space-between" align="center">
<Text fontWeight="bold" color="brand.500">
Current holocron: {fileName} {isDocProcessing && "(Jedi Council analyzing...)"}
</Text>
<Button
size="sm"
colorScheme="yellow"
variant="outline"
onClick={() => {
setSessionId(null);
setFileName(null);
setMessages([]);
setIsDocProcessing(false);
}}
>
Access different holocron
</Button>
</Flex>
<Divider borderColor="brand.500" />
<Box
flex="1"
overflowY="auto"
p={4}
bg="space.100"
borderRadius="md"
borderWidth="1px"
borderColor="brand.500"
boxShadow="0 0 15px #ffe81f22"
minH="300px"
>
<VStack spacing={4} align="stretch">
{messages.map((msg, idx) => (
<ChatMessage
key={idx}
message={msg.text}
isUser={msg.isUser}
isStreaming={idx === streamingIndex}
/>
))}
{isDocProcessing && (
<Box textAlign="center" p={4}>
<Progress
size="xs"
isIndeterminate
colorScheme="yellow"
width="80%"
mx="auto"
/>
<Text mt={2} color="brand.500">
The Force is strong with this document... Processing in progress
</Text>
</Box>
)}
<div ref={messagesEndRef} />
</VStack>
</Box>
<HStack>
<Input
placeholder={isDocProcessing
? "Waiting for the Jedi Council to complete analysis..."
: "What knowledge do you seek from the holocron?"}
value={inputText}
onChange={(e) => setInputText(e.target.value)}
onKeyPress={handleKeyPress}
disabled={isProcessing || isDocProcessing}
bg="space.100"
color="light.500"
borderColor="brand.500"
_hover={{ borderColor: "rebel.500" }}
_focus={{ borderColor: "rebel.500", boxShadow: "0 0 0 1px #4bd5ee" }}
/>
<Button
colorScheme="yellow"
isLoading={isProcessing}
onClick={handleSendMessage}
disabled={!inputText.trim() || isProcessing || isDocProcessing}
leftIcon={<FiSend />}
_hover={{ bg: "rebel.500", color: "dark.500" }}
>
Send
</Button>
</HStack>
</>
)}
</VStack>
</Container>
</Box>
</ChakraProvider>
);
}
export default App; |