[PR #485] [MERGED] Weaviate Migration Guide upgrading to Client v4 and Server 1.27+ #533

Closed
opened 2026-02-16 06:15:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/485
Author: @DhruvGorasiya
Created: 10/16/2025
Status: Merged
Merged: 10/21/2025
Merged by: @crazywoola

Base: mainHead: WeviateMigrationDocs


📝 Commits (3)

  • 4690981 Weaviate Migration Guide upgrading to Client v4 and Server 1.27+
  • 8e6659f Update weaviate-v4-migration.mdx
  • 23a7a4a Final weaviate migration docs

📊 Changes

2 files changed (+710 additions, -1 deletions)

View changed files

📝 docs.json (+2 -1)
en/development/migration/weaviate-v4-migration.mdx (+708 -0)

📄 Description

Comprehensive migration guide for upgrading from Weaviate client v3 to v4.17.0, which requires Weaviate server 1.27.0+.

What's Included

  • Breaking changes and version compatibility matrix
  • Two migration paths: Docker Compose (automatic) and external Weaviate (manual)
  • Configuration guide for new WEAVIATE_GRPC_ENDPOINT variable
  • Troubleshooting section covering common issues (gRPC ports, authentication, QUEUING status)
  • Verification steps and rollback plan

Key Points

  • Breaking change: Requires Weaviate server 1.27.0+ (not compatible with 1.19.0)
  • Performance improvement: 2-5x faster with gRPC
  • All steps tested with Weaviate 1.27.0
  • Location: en/development/migration/weaviate-v4-migration.mdx

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/485 **Author:** [@DhruvGorasiya](https://github.com/DhruvGorasiya) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `WeviateMigrationDocs` --- ### 📝 Commits (3) - [`4690981`](https://github.com/langgenius/dify-docs/commit/46909816ff0dbf83ce92b3e60f1c4c0da626bf8d) Weaviate Migration Guide upgrading to Client v4 and Server 1.27+ - [`8e6659f`](https://github.com/langgenius/dify-docs/commit/8e6659f253df5d6033b6e2393ffb5d9009909d41) Update weaviate-v4-migration.mdx - [`23a7a4a`](https://github.com/langgenius/dify-docs/commit/23a7a4a172121bc01dcf1936cd3b591ed451c31d) Final weaviate migration docs ### 📊 Changes **2 files changed** (+710 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+2 -1) ➕ `en/development/migration/weaviate-v4-migration.mdx` (+708 -0) </details> ### 📄 Description Comprehensive migration guide for upgrading from Weaviate client v3 to v4.17.0, which requires Weaviate server 1.27.0+. ### What's Included - **Breaking changes** and version compatibility matrix - **Two migration paths**: Docker Compose (automatic) and external Weaviate (manual) - **Configuration guide** for new `WEAVIATE_GRPC_ENDPOINT` variable - **Troubleshooting section** covering common issues (gRPC ports, authentication, QUEUING status) - **Verification steps** and rollback plan ### Key Points - **Breaking change**: Requires Weaviate server 1.27.0+ (not compatible with 1.19.0) - Performance improvement: 2-5x faster with gRPC - All steps tested with Weaviate 1.27.0 - Location: `en/development/migration/weaviate-v4-migration.mdx` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:46 -05:00
yindo closed this issue 2026-02-16 06:15:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#533