mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1707] [CLOSED] Add ontology_search plugin #1794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1707
Author: @18646659486
Created: 12/12/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
c516851Create 1234502833Add files via upload📊 Changes
31 files changed (+1274 additions, -0 deletions)
View changed files
➕
tools/123(+1 -0)➕
tools/ontology_search/GUIDE.md(+99 -0)➕
tools/ontology_search/PRIVACY.md(+3 -0)➕
tools/ontology_search/README.md(+44 -0)➕
tools/ontology_search/__pycache__/main.cpython-312.pyc(+0 -0)➕
tools/ontology_search/_assets/icon-dark.svg(+24 -0)➕
tools/ontology_search/_assets/icon.svg(+24 -0)➕
tools/ontology_search/del(+0 -0)➕
tools/ontology_search/dir(+0 -0)➕
tools/ontology_search/main.py(+6 -0)➕
tools/ontology_search/manifest.yaml(+50 -0)➕
tools/ontology_search/pip(+0 -0)➕
tools/ontology_search/provider/__pycache__/ontology_search.cpython-312.pyc(+0 -0)➕
tools/ontology_search/provider/ontology_search.py(+53 -0)➕
tools/ontology_search/provider/ontology_search.yaml(+68 -0)➕
tools/ontology_search/python(+0 -0)➕
tools/ontology_search/requirements.txt(+2 -0)➕
tools/ontology_search/rmdir(+0 -0)➕
tools/ontology_search/tools/__pycache__/getObjectTypes.cpython-312.pyc(+0 -0)➕
tools/ontology_search/tools/__pycache__/getOntologyList.cpython-312.pyc(+0 -0)...and 11 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin provides ontology-based search and query capabilities for Dify, enabling users to query ontology metadata, object types, and object details via standardized tool interfaces.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect, store, or process any personal user data.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.