graphlit / graphlit-samples

Sample applications built on the Graphlit Platform
MIT License
35 stars 12 forks source link

URL not working #3

Closed faisal-abdin90 closed 2 months ago

faisal-abdin90 commented 4 months ago

The URL that I paste is not being picked up by the app.

The PPTX and PDF files URLs that I pasted are all shared publicly.

I have tried links from both GoogleDrive and OneDrive.

I am not sure what the error message means as well (attached) image

I don't see an option to upload the files directly as well.

kirk-marple commented 4 months ago

Sorry for the delayed reply.

We've updated the sample apps, and now have one where you can upload multiple files: https://graphlit-samples-chat-file-citations.streamlit.app/

And a newer version of the 'chat with PDF': https://graphlit-samples-chat-pdf.streamlit.app/

There had been an issue with inferring the content type from the URI, for cases where the MIME type was not being reported properly. So, it was treating the URI as a webpage, not a file. This can happen if the link requires authentication.

If you still see any issues with the new sample apps, please let us know, and provide the URI you are trying.