统一RAG工具 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
统一RAG工具 是一款基于 Python 开发的开源工具,专注于 hubspot、jira、llm 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
统一RAG工具 是一款基于 Python 开发的开源工具,专注于 hubspot、jira、llm 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/fivetran/dbt_unified_rag cd dbt_unified_rag # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 dbt_unified_rag --help # 基本运行 dbt_unified_rag [options] <input> # 详细使用说明请查阅文档 # https://github.com/fivetran/dbt_unified_rag
# dbt_unified_rag 配置说明 # 查看配置选项 dbt_unified_rag --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DBT_UNIFIED_RAG_CONFIG="/path/to/config.yml"
To use this dbt package, you must have the following:
This dbt package is dependent on the following dbt packages. These dependencies are installed by default within this package. For more information on the following packages, refer to the dbt hub site. > IMPORTANT: If you have any of these dependent packages in your own packages.yml file, we highly recommend that you remove them from your root packages.yml to avoid package version conflicts.
packages:
- package: fivetran/fivetran_utils
version: [">=0.4.0", "<0.5.0"]
- package: dbt-labs/dbt_utils
version: [">=1.0.0", "<2.0.0"]
Include the following package_display_name package version in your packages.yml file: > TIP: Check dbt Hub for the latest installation instructions or read the dbt docs for more information on installing packages.
packages:
- package: fivetran/unified_rag
version: [">=0.2.0", "<0.3.0"]
#### Customizing Chunk Size for Vectorization The rag__unified_document and upstream platform specific *__document models were developed to limit approximate chunk sizes to 5,000 tokens, optimized for OpenAI models. However, you can adjust this limit by setting the max_tokens variable in your dbt_project.yml:
vars:
document_max_tokens: 5000 # Default value
#### Changing the Build Schema By default this package will build the Unified RAG staging models within a schema titled (<target_schema> + _unified_rag_source) and the Unified RAG final models within a schema titled (<target_schema> + _unified_rag) in your target database. If this is not where you want your modeled Unified RAG data to be written to, add the following configuration to your dbt_project.yml file:
models:
unified_rag:
+schema: my_new_schema_name # leave blank for just the target_schema
staging:
+schema: my_new_schema_name # leave blank for just the target_schema
#### Change the source table references If an individual source table has a different name than the package expects, add the table name as it appears in your destination to the respective variable:
IMPORTANT: See this project's dbt_project.yml variable declarations to see the expected names.
```yml
<details><summary>Expand for details</summary> <br>
Fivetran offers the ability for you to orchestrate your dbt project through Fivetran Transformations for dbt Core™. Learn how to set up your project for orchestration through Fivetran in our Transformations for dbt Core setup guides. </details>
This dbt package transforms data from Fivetran's Unified RAG connector into analytics-ready tables.
This package enables you to generate unstructured document data for Retrieval Augmented Generation (RAG) applications and combine data from HubSpot deals, Jira issues, and Zendesk tickets. It creates enriched models with metrics focused on text chunks prepared for semantic search and LLM workflows.
Note: Redshift destinations are not currently supported due to the stringent character limitations within string datatypes. If you would like Redshift destinations to be supported, please comment within our logged Feature Request.
You can either add this dbt package in the Fivetran dashboard or import it into your dbt project:
The Fivetran team maintaining this package only maintains the latest version of the package. We highly recommend you stay consistent with the latest version of the package and refer to the CHANGELOG and release notes for more information on changes across versions.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,统一RAG工具 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | dbt_unified_rag |
| 原始描述 | 开源AI工具:Fivetran dbt package designed to generate an end model and Cortex Search Service。⭐6 |
| Topics | hubspotjirallmragzendesk |
| GitHub | https://github.com/fivetran/dbt_unified_rag |
| License | Apache-2.0 |
收录时间:2026-05-27 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。