[PR #1203] [MERGED] Fix/qdrant data issue #22949

Closed
opened 2026-02-21 20:20:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1203
Author: @JohnJyong
Created: 9/20/2023
Status: Merged
Merged: 9/22/2023
Merged by: @JohnJyong

Base: mainHead: fix/qdrant-data-issue


📝 Commits (10+)

📊 Changes

7 files changed (+175 additions, -153 deletions)

View changed files

📝 api/commands.py (+80 -79)
📝 api/core/index/vector_index/base.py (+5 -3)
📝 api/core/index/vector_index/qdrant.py (+67 -64)
📝 api/core/index/vector_index/qdrant_vector_index.py (+13 -0)
📝 api/events/event_handlers/clean_when_dataset_deleted.py (+2 -1)
📝 api/tasks/clean_dataset_task.py (+6 -4)
📝 api/tasks/deal_dataset_vector_index_task.py (+2 -2)

📄 Description

No description provided


🔄 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/pull/1203 **Author:** [@JohnJyong](https://github.com/JohnJyong) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `fix/qdrant-data-issue` --- ### 📝 Commits (10+) - [`ee98165`](https://github.com/langgenius/dify/commit/ee981655615828645d114401a788f74cd432851a) check qdrant issue - [`7c59959`](https://github.com/langgenius/dify/commit/7c59959f1aa6e7bae601fd77aea32fd57aa64c98) Update build-api-image.yml - [`8446f93`](https://github.com/langgenius/dify/commit/8446f93d44021e9958844207d6b3f3438175183a) check qdrant issue - [`451ebd7`](https://github.com/langgenius/dify/commit/451ebd7f6a9d6b5aa7110403cc28d27b3577bd67) check qdrant issue - [`b7868f3`](https://github.com/langgenius/dify/commit/b7868f3e9983fac6067d43ddd4297b1cd290c84c) check qdrant issue - [`d110721`](https://github.com/langgenius/dify/commit/d1107213767f483a6639678aa08764c90cde2e61) check qdrant issue - [`127d602`](https://github.com/langgenius/dify/commit/127d6029dfb48a631d197b20741a31a7604e2841) check qdrant issue - [`b247335`](https://github.com/langgenius/dify/commit/b247335ffe08a8f509a81e098766d962d42a79e8) qdrant migrate issue - [`d53d941`](https://github.com/langgenius/dify/commit/d53d941bdfb339115c88f2c23dca33ebdf0b2ecf) qdrant migrate issue - [`e1fb2b2`](https://github.com/langgenius/dify/commit/e1fb2b25da5e6716e69c90f348ce17218df7d046) Merge branch 'main' into fix/qdrant-data-issue ### 📊 Changes **7 files changed** (+175 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `api/commands.py` (+80 -79) 📝 `api/core/index/vector_index/base.py` (+5 -3) 📝 `api/core/index/vector_index/qdrant.py` (+67 -64) 📝 `api/core/index/vector_index/qdrant_vector_index.py` (+13 -0) 📝 `api/events/event_handlers/clean_when_dataset_deleted.py` (+2 -1) 📝 `api/tasks/clean_dataset_task.py` (+6 -4) 📝 `api/tasks/deal_dataset_vector_index_task.py` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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-21 20:20:07 -05:00
yindo closed this issue 2026-02-21 20:20:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22949