-
-
Notifications
You must be signed in to change notification settings - Fork 577
Description
Hey, It's been great exploring this and it works like charm.
I wanted to ask if a file upload like ChatGPT/Claude/Perplexity is possible during Research chat?
Also, is it possible to mention the uploaded file using @filename to point the LLM into specific direction.
For eg I can upload a file called proposal.pdf and write:
Use @project-prd.pdf to match requirements mentioned in the PRD with the proposal and give me any missing pointers in the attached proposal.
This is just an example, you get the idea.
Images, any other files etc can be uploaded same as we do on Chatgpt or clause or perplexity, under the hood we can use the same Docling or whatever configured already if that supports that format or we can pass the file directly to the LLM if that's efficient.