any way to fetch the url of the pdf/files stored on the zotero cloud?
I tried using pyzotero for it but could not manage anything with the current version.
I am trying to do something on the lines of https://medium.com/@emcf1/diy-ground-a-language-model-on-your-papers-from-zotero-with-finesse-a5c4ca7c187a
I am trying to do something on the lines of https://medium.com/@emcf1/diy-ground-a-language-model-on-your-papers-from-zotero-with-finesse-a5c4ca7c187a
-
adamsmithIs there any reason you wouldn't just work with the local copies? It seems bizarre to use the API to download all PDFs when they're either already on your disk or could be downloaded using Zotero's own sync.
-
jiwatodeHi @adamsmith, thanks for your reply. The problem with using local copies is that I cannot run an LLM on my local machine and have to use a cluster. Since the pdfs are not open source it probably violates the copyright laws when using closed source LLMs for RAG pipeline.
Upgrade Storage