Zotero and Claude 3.5 sonnet

Has anyone integrated Claude with zotero? I have a Claude API key.
I'm pretty much a new beginner at this AI stuff, when I look at zotero AI plugin, I don't see any plugin with Claude.

Any suggestions? Thanks!
  • I’m not aware of a plugin for Claude but there are several for ChatGPT. The most usable one (according to me) is called ARIA.
  • You can try zotero-chatpdf open source recently on GitHub. It supports Claude, Gemini besides GPTs. If you are a Mac user, the free local LLMs of llama3.2, gemma2, mistral and phi-3.5 are all built-in supported.
  • @hellobigworld Interesting... Can this (or something else), look at multiple PDFs, say in a Zotero collection? Or even at all PDFs in Zotero (that is potentially many thousands). This would be much more useful for discovery and associations than interpreting one.
  • Hi,sdflewrit783
    Thanks for your comments.
    The underlying software of our plugin supports multi-documentation with tens of thousands of documents index query capability support,but it is not integrated with the plugin.
    Because we don’t know if this function is needed by most users,and adding this function would take some effort and time,so it’s not available currently.
    May I ask if you know if this requirement is indeed needed by most users ?
  • I really cannot speak for all users. In our case we have a research group that shares a reference base across multiple groups and projects, and we use the research literature in teaching, this is many hundreds of students, but they only use a small proportion of the library.

    Also, it is a mixed OS environment, Linux, Mac and many on Windows...

    For me, discovery in controlled collections of documents is a major unsolved problem while chatting with a couple is a minor additional convenience.
  • edited 16 days ago
    I tried using Zotero-Chatpdf and it is extremely buggy and basically unusable (very weird stuff going on, such as flickering UI elements and the modal sticking to your mousepointer so that the only way to get back to normal operation is to disable the plugin. I also don't like that it goes ahead and installs an entire application (chatpdflocal) which then sits in your dock for no apparent reason. Note also that Zotero-Chatpdf is a fork of zotero-gpt (Or Awesome GPT, as the plugin calls itself) (https://github.com/MuiseDestiny/zotero-gpt). I found Zotero GPT to be rather difficult and buggy to use, but at this point, it works much better that Zotero-ChatPDF.

    Zotero-GPT introduced the interesting idaea if "Command Tags" (which are basically different prompts you can use to send you data to the model), but in order to customize these, you need to buy the Pro version, which is pretty much inaccessible to non-chinese speakers (https://airy-manta-58b.notion.site/Zotero-GPT-Pro-d1e210f422c44336b9ee7d0cb566f7e3) That site relies so heavily on javascript that I can't even get google translate to translate it.
  • Hi, haug:

    First of all, this plugin in our own environments is running very well, if you have problems on your client you can raise an issue here(https://github.com/ljeagle/zotero-chatpdf) . Our project is completely open source and open. Whether the UI is good, I think different people have different view. You do not like the UI, there may be some others like it. And the codes are open source, can be updated and improved at any time. If you are interested in this project, you can also participate in the construction together.

    Secondly, zotero-gpt is an excellent open source project with 5.1k stars, there are a lot of loyal fans, very grateful for its open source contribution. Inspired by zotero-gpt, our project zotero-chatpdf is based on it and we have made a lot of unique, big changes and improvements: not only support openai gpt, but also support gemini and claude which are the best commercial large models in the current AI market.

    In addition, the most significant improvement is the support for local open source SOTA Edge AI large models, the current default built-in support 4 kinds of models ,llama3.2, gemma2, mistral and phi-3.5. one-click automatically download, install, run and switch, you can also update to the latest and best large models at any time In addition to local large models, embeddings, vector database and rerank RAG modules are all built-in locally. Models and data are all stored locally, without any outgoing data, ensuring 100% security of personal data privacy. The whole chain of large models+application is processed locally, which is good at processing local big data storage and computation. As everyone knows, embeddings and large language model inference are computationally intensive operations, in order to ensure the performance of the back-end, all the codes have been written with swift and c/c++ all by ourselves, so we need additional workflow agent ChatPDFLocal to do the support, if only use JS, the final effects are completely impossible to achieve.
  • Hi,sdflewrit783
    About this feature “look at multiple PDFs”,we need to do a requirement survey to see if more users have the same requirement ,if the result is yes , we’ll implement this feature and let you know in time.
  • @haug, thanks for the suggestion! But I don’t have the key currently ,I will try it later when I get an openai key.
  • @hellobigworld, thanks for the info,I will try it with my claude key.
  • hi, @hellobigworld
    Sorry for reply so late, I've been struggling with papers recently.

    Thanks for your recommandation for the zotero-chatpdf, I are using it to help me to read paper and improve my writing, I like this new AI friend.

    My claude key can be used now, and the efficiency of reading paper is improved by "chatpdf" function. I can also use the plugin to improve my understanding and writing , I like the "translate" and "improve writing" function. And I also try the local Llama 3.2 it's smart enough, it's fabulous that I can save my claude tokens and money with it to read and write.

    I think you can improve the UI to make it better. And sometimes I think there is a bug, I need to type Ecs, then Command+ Enter to restart it again, I will continue to see more point that should be improved, I will follow the github to look forward the newest version and also raise some issues on github to help to improve.

    Any way this plugin is helpful and enough for me, thanks so much for your hard work!
  • Hi,clevpto
    Thank you for using it!This plugin is in continuous interaction.We will continue to fix and improve this plugin.Please follow us on github and get the latest version to try it.
Sign In or Register to comment.