Add Dify prefix to user guide filename for better identification

- Rename CLICKZETTA_VECTOR_DB_GUIDE.md to DIFY_CLICKZETTA_VECTOR_DB_GUIDE.md
- Update all references in README.md and INDEX.md
- Improve file naming to clearly indicate Dify context

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
pull/22551/head
yunqiqiliang 10 months ago
parent 1a8952d156
commit b1c6e638be

@ -9,7 +9,7 @@
- **类型**: Dify核心功能集成 - **类型**: Dify核心功能集成
- **用途**: 将Clickzetta Lakehouse作为Dify的底层向量数据库 - **用途**: 将Clickzetta Lakehouse作为Dify的底层向量数据库
- **目标用户**: Dify部署管理员 - **目标用户**: Dify部署管理员
- **文档**: `CLICKZETTA_VECTOR_DB_GUIDE.md` - **文档**: `DIFY_CLICKZETTA_VECTOR_DB_GUIDE.md`
### 2. 插件工具集成 (独立项目) ### 2. 插件工具集成 (独立项目)
- **位置**: `/Users/liangmo/Documents/GitHub/clickzetta_dify/` - **位置**: `/Users/liangmo/Documents/GitHub/clickzetta_dify/`
@ -17,7 +17,7 @@
- **用途**: 提供Clickzetta相关的工具供Dify工作流使用 - **用途**: 提供Clickzetta相关的工具供Dify工作流使用
- **目标用户**: Dify应用开发者 - **目标用户**: Dify应用开发者
- **GitHub**: https://github.com/yunqiqiliang/clickzetta_dify - **GitHub**: https://github.com/yunqiqiliang/clickzetta_dify
- **文档**: 插件项目中的`docs/CLICKZETTA_PLUGIN_INSTALLATION_GUIDE.md` - **文档**: 插件项目中的`docs/DIFY_CLICKZETTA_PLUGIN_INSTALLATION_GUIDE.md`
## 使用场景对比 ## 使用场景对比
@ -34,7 +34,7 @@
### 场景1: 企业级部署 ### 场景1: 企业级部署
- **使用**: 核心向量数据库集成 - **使用**: 核心向量数据库集成
- **优势**: 统一的数据存储,更好的性能和管理 - **优势**: 统一的数据存储,更好的性能和管理
- **配置**: 参考 `CLICKZETTA_VECTOR_DB_GUIDE.md` - **配置**: 参考 `DIFY_CLICKZETTA_VECTOR_DB_GUIDE.md`
### 场景2: 应用开发 ### 场景2: 应用开发
- **使用**: 插件工具集成 - **使用**: 插件工具集成

@ -14,7 +14,7 @@ This directory contains the implementation and testing materials for integrating
- `test_clickzetta_integration.py` - Comprehensive integration test suite with Dify framework - `test_clickzetta_integration.py` - Comprehensive integration test suite with Dify framework
- `TESTING_GUIDE.md` - Testing instructions and methodology - `TESTING_GUIDE.md` - Testing instructions and methodology
- `PR_SUMMARY.md` - Complete PR preparation summary - `PR_SUMMARY.md` - Complete PR preparation summary
- `CLICKZETTA_VECTOR_DB_GUIDE.md` - **NEW**: Complete user guide for configuring Clickzetta in Dify - `DIFY_CLICKZETTA_VECTOR_DB_GUIDE.md` - **NEW**: Complete user guide for configuring Clickzetta in Dify
## Quick Start ## Quick Start
@ -44,7 +44,7 @@ cat TESTING_GUIDE.md
``` ```
### 3. User Guide ### 3. User Guide
For detailed configuration and usage instructions, see `CLICKZETTA_VECTOR_DB_GUIDE.md`. For detailed configuration and usage instructions, see `DIFY_CLICKZETTA_VECTOR_DB_GUIDE.md`.
### 4. PR Status ### 4. PR Status
See `PR_SUMMARY.md` for complete PR preparation status and submission strategy. See `PR_SUMMARY.md` for complete PR preparation status and submission strategy.

Loading…
Cancel
Save