alexpinel/Dot

Unable to attach any files in macOS build

shawnyeager opened this issue · 3 comments

The Finder dialog grays-out all docs which are supposed to be supported, including .pdf, .xls, and .doc.

I'm running macOS 14.4 (23E214).

Hi! Right now Dot only supports selecting folders witht the desired documetns inside rather than selecting the specific docs. I am aware this is quite counterintuitive and am working on it!

Please let me know if this solves the issue :)

Thanks. That worked, but now this... seems broken?
CleanShot 2024-03-17 at 11 34 39@2x

Ohhh I think I might know the issue here. The LLM doesn't have a context length long enough to 'understand' all documents at once, instead it divides the documents in chunks and tries to retrieve information from these chunks. So for example if you have multiple docs and one is related to helicopters you can ask 'what are the dimensions of the helicopter?', 'what manufacturing process was used for the airframe?', etc