File size: 1,144 Bytes
29f9d4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: cc-by-4.0
language:
- en
---

# Galaxy Tool Shed Vector Store

This dataset is part of the [Knime2Galaxy](https://github.com/rmassei/imaging_KNIME_to_Galaxy.git) project, which aims to build a 
Retrieval-Augmented Generation (RAG) pipeline for translating KNIME workflows into Galaxy workflows.

## Overview

This dataset enables semantic search over Galaxy tools to support automated workflow translation. 
Galaxy tools are embedded into a vector space, allowing retrieval of the most relevant tools corresponding to KNIME workflow nodes.

## Method

- All available Galaxy tools are embedded using the Qwen/Qwen3-Embedding-4B model  
- Given a KNIME node, similar Galaxy tools are retrieved via vector similarity search  
- Retrieved tools are assembled into a valid Galaxy workflow JSON  
- The workflow is exported as a `.ga` file  

## Contents

- Vector embeddings of Galaxy Tool Shed tools  

## Use Cases

- Automated KNIME to Galaxy workflow translation  
- Semantic search over Galaxy tools  
- RAG-based tool recommendation systems  

## Notes
- Workflow generation logic is implemented in the main project repository