A Dify plugin for semantic search across 110 million academic publications powered by abstracts-search
中文文档
A Dify plugin for semantic search across 110 million academic publications powered by abstracts-search.
This plugin is based on abstracts-search, a powerful semantic search engine that indexes 110 million academic publications into a single searchable database.
The system uses:
The plugin connects to the search interface via Gradio Client, requiring no API keys but needs endpoint configuration.
You can download the latest release and upload it to the Dify platform. For detailed instructions, please refer to Install and Use Plugins: Local File Upload.
If you want to pack this plugin yourself, make sure you have dify-plugin-daemon installed, and then download or this repository. After that, you can pack it using the following command:
For more information, please refer to Tool Plugin: Packing Plugin.
While this plugin doesn't require API keys, you need to configure the Gradio endpoint to connect to the search service.
You need to provide the following configuration:
Recommended Options:
Official Hosted Service (Recommended):
Local Instance:
Custom Gradio Endpoint: Any valid Gradio endpoint URL
During setup, the plugin will validate your endpoint configuration to ensure it can successfully connect to the abstracts-search service.
For more information about Gradio endpoints, see the Gradio Client documentation.
This plugin supports the following features:
Massive Scale Search: Access to 110 million academic publications from the OpenAlex dataset
Semantic Search: Advanced embedding-based search using stella_en_1.5B_v5 model for better relevance
Fast Retrieval: FAISS indexing enables rapid similarity search across the entire corpus
Dual Format Output: Returns results in both text and JSON formats for maximum compatibility
No API Keys Required: Direct access without API token authentication
Always Updated: Index synchronized with quarterly OpenAlex dataset snapshots
You can call this plugin in Dify workflows or elsewhere. Simply provide your search query, and the plugin will return relevant academic abstracts from the 110 million publication database in both text and structured JSON format.
This plugin accesses data from the abstracts-search project ecosystem:
All data is sourced from the OpenAlex dataset and released under open licenses.
Author: bdim
Version: 0.0.4
Type: tool