Marten Mooij
Marten Mooij
`getBody()` returns the plaintext body, if available. Otherwise you can use getBodyHTML with JSoup (https://jsoup.org/) to convert HTML to plaintext.
@rawadmarji A new release containing what functionality?
What is the issue you are running into specifically? If you want to read PST files without fully downloading to disk beforehand you will find massive network performance overhead, for...
@ior308 Unless you read the code and write it yourself I don't see this happening. Advances/improvements in this area are moving too fast to keep up. Development seems halted in...
Do you mean "text to speech"? That would be out of scope for this project.
Preferably just use the DistilBERT config (extend code in BERT) so there's no need for duplicate code.
I'm looking into supporting `flan-t5-*` but so far I'm stuck since there are differences in the positional encoder (different weight key) so it currently fails when prompting due to some...
(Arch) Linux (x86_64)
Possibly related memory stack-trace: ``` heap profile: 2: 6060038144 [4: 6060079216] @ heap/1048576 1: 6060032000 [1: 6060032000] @ 0x9f7ec7 0x9f4411 0x9f3fc5 0x9ec667 0x9eab57 0x9f3ab8 0x9f3565 0x9f34e5 0xb1212d 0xb15424 0xb15999 0xb0ff4f...
It is not possible to select files *and* directories. The only way to select both files and directories is by providing two separate input elements. References: https://stackoverflow.com/questions/3170962/enable-gtkfilechooserdialog-to-select-files-or-folders