generated from droq-ai/dfx-base-node-template-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.json
More file actions
27 lines (27 loc) · 1.03 KB
/
node.json
File metadata and controls
27 lines (27 loc) · 1.03 KB
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
{
"version": "0.1.0",
"node_id": "dfx-hf-models-node",
"name": "DFX Hugging Face Models Node",
"description": "A node providing local execution of Hugging Face models as DroqFlow components.",
"author": "Droq Team",
"api_url": "http://localhost:8006",
"created_at": "2025-11-17T18:44:00Z",
"ip_address": "127.0.0.1",
"status": "active",
"docker_image": "droqai/dfx-hf-models-node:latest",
"category": "Hugging Face",
"deployment_location": "local",
"source_code_location": "https://github.com/droq-ai/dfx-hf-models-node",
"components": {
"MiniLMEmbeddingsComponent": {
"path": "dfx.components.minilm_embeddings",
"description": "Generate embeddings using the locally stored all-MiniLM-L6-V2 SentenceTransformer model.",
"author": "Droq Team"
},
"DFXExportEmbeddingsDataComponent": {
"path": "dfx.components.export_embeddings_data",
"description": "Merge outputs from multiple embedding components into separate data and embedding streams.",
"author": "Droq Team"
}
}
}