Label pages when extract text from pdf, docs content. Fix scroll area in doc preview.

This commit is contained in:
sabaimran
2024-11-08 14:53:20 -08:00
parent ee062d1c48
commit ad46b0e718
3 changed files with 16 additions and 3 deletions

View File

@@ -262,6 +262,11 @@ export const ChatInputArea = forwardRef<HTMLTextAreaElement, ChatInputProps>((pr
return await response.json();
} catch (error) {
setError(
"Error converting files. " +
error +
". Please try again, or contact team@khoj.dev if the issue persists.",
);
console.error("Error converting files:", error);
return [];
}