rabitai
About
- Username
- rabitai
- Joined
- Roles
- Member
Comments
-
@EdilsonGA Yes☺️ As I constantly refer to the paper-qa package for inspiration, I noticed that Zotero connection was added last week. However I have not tested it yet.
-
@EdilsonGA, Thank you for your feedback! I am able to reproduce some of the errors reported in GitHub. Interaction with Zotero in an open, conversational manner through a probabilistic model can lead to many different, often unexpected outcomes. I a…
-
Hi everyone, I am building Zotero RA, a GPT-based Chatbot Add-on. It supports search, QA and summarization based on your Zotero library. My plan is to also add other functionalities such as reference management and data visualization over time. Ple…
-
I created an external app (hosted in Hugging Face) that interacts with Zotero APIs to perform paper QA: https://huggingface.co/spaces/lifan0127/zotero-qa I thought about a Zotero plugin for the same purpose, but I believe the underlying langchainjs…
-
LangChain has a JS implementation (https://github.com/hwchase17/langchainjs) which is perhaps easier to integrate? Paper-QA is based on LangChain too.