Scaich Integration with the Bioagent-plugin#1
Open
UIZorrot wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: I suggested to create a new branch for us to merge, to prevent any unexpected result, like: hackathon-project-branch-1
Scaich is a product made by scihub web3 community to search and process the fullpaper with query/keywork/title/doi. This search engine combine with the vector database that contain nearly all of the article inside scihub and the arxiv, to provide a wide range of paperlist.
The scaichplugin is an enhanced version of the BioAgent plugin, introducing a powerful literature search capability through integration with the SCAI API, while retaining core BioAgent functionalities like Google Drive monitoring and biological hypothesis generation.
Before: BioAgent focused on processing scientific papers uploaded to a Google Drive folder, extracting structured data (e.g., abstracts, citations), and generating biological hypotheses. It lacked the ability to actively retrieve external literature, relying on manual file uploads.
After: The scaichplugin enables users to perform literature searches via the SCAI_SEARCH action, querying the SCAI API (e.g., for "The History of Sci-hub") to retrieve relevant scientific articles, including titles, abstracts, DOIs, and Sci-Hub URLs. Results are automatically converted to JSON-LD format and stored in a knowledge graph (e.g., Oxigraph or OriginTrail DKG), seamlessly integrating with existing features.
Impact: Users can now rapidly access the latest scientific literature without manual uploads (If I haven't got how to use the bioagent in a wrong way?), significantly improving efficiency. Researchers can explore related studies using keywords, expanding the plugin's utility across diverse research scenarios.