Nuclia RAG-as-a-Service 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Nuclia RAG-as-a-Service是一个开源的AI工作流,自动索引文件和文档,提供低代码的前端开发体验。
Nuclia RAG-as-a-Service 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Nuclia RAG-as-a-Service是一个开源的AI工作流,自动索引文件和文档,提供低代码的前端开发体验。
Nuclia RAG-as-a-Service 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g frontend # 方式二:npx 直接运行(无需安装) npx frontend --help # 方式三:项目依赖安装 npm install frontend # 方式四:从源码运行 git clone https://github.com/nuclia/frontend cd frontend npm install npm start
# 命令行使用
frontend --help
# 基本用法
frontend [options] <input>
# Node.js 代码中使用
const frontend = require('frontend');
const result = await frontend.run(options);
console.log(result);
# frontend 配置说明 # 查看配置选项 frontend --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export FRONTEND_CONFIG="/path/to/config.yml"
ArgoCD allows to monitor deployments and also to read the logs of the different pods.
First you need to have NVM, NODE and YARN installed.
To install nvm, run:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
To check if it was installed properly, close and reopen the terminal and run command -v nvm and should return nvm. In case there is something else going on, troubleshoot with this documentation. To see all the commands, simply run nvm.
To install the latest stable version of node, run:
nvm install --lts
To check if node and npm is properly installed, run: node --version and npm --version. <sub>Any problems should be resolved with the nvm documentation.</sub>
To install yarn, run:
npm install --global yarn
Check if Yarn is installed by running: yarn --version.
In the rest of this documentation, we use commands like nx and missdev. Those can be find in node_modules/.bin folder. To use them directly you can add node_modules/.bin folder to your command line path. You can also install nx globally:
npm install -g nx
yarn
Pastanaga-angular installation must be done through missdev so sistema-demo can run:
yarn missdev
If it fails for any reason, you can try to clone Pastanaga manually:
cd libs
git clone git@github.com:plone/pastanaga-angular.git
events {}
http { # Keep logs local to this temp project (optional) access_log logs/access.log; error_log logs/error.log;
# Recommended: tighter proxy defaults proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-For $remote_addr;
server { # You'll need sudo to bind to 443 on macOS listen 443 ssl; server_name auth.gcp-global-dev-1.nuclia.io;
# >>> Replace these with your mkcert outputs <<< ssl_certificate auth.gcp-global-dev-1.nuclia.io.pem; ssl_certificate_key auth.gcp-global-dev-1.nuclia.io-key.pem;
# Forward EVERYTHING under this host to your Angular dev server location / { proxy_pass http://127.0.0.1:4201; } } }
sudo nginx -p $(pwd) -c nginx.conf -g 'daemon off;' ```
We used to load some external libs from cdn.jsdelivr.net or cd./dashjs.net, but it was sometimes conflicting with some customers security policy.
So the following files have been manually uploaded in the Nuclia CDN:
https://cdn.jsdelivr.net/npm/marked/marked.min.js https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/build/pdf.min.js https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/build/pdf.worker.js\n https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/web/pdf_viewer.css https://cdn.dashjs.org/v4.7.1/dash.all.min.js
When merging a PR, if it impacts the manager app, it is built and our deploy_manager job (in our deploy GitHub Action) will update Helm and then trigger a Repository Dispatch event to the frontend_deploy repo.
That's how the manager is deployed to stage.
You can see the deployment on Stage ArgoCD.
Nuclia RAG-as-a-Service是一个有潜力的AI工作流,提供了低代码的前端开发体验,但仍需要进一步的优化和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Nuclia RAG-as-a-Service 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | frontend |
| 原始描述 | 开源AI工作流:Nuclia RAG-as-a-Service, automatically indexes files and documents, from interna。⭐56 · TypeScript |
| Topics | workflowangularelectronfront-endlow-codereacttypescript |
| GitHub | https://github.com/nuclia/frontend |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-19 · 更新时间:2026-05-24 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端