Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to attach any files in macOS build #3

Open
shawnyeager opened this issue Mar 17, 2024 · 3 comments
Open

Unable to attach any files in macOS build #3

shawnyeager opened this issue Mar 17, 2024 · 3 comments

Comments

@shawnyeager
Copy link

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).

@alexpinel
Copy link
Owner

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 :)

@shawnyeager
Copy link
Author

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

@alexpinel
Copy link
Owner

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

alexpinel added a commit that referenced this issue Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants