Support baidu vector db #5705

Closed
opened 2026-02-21 18:12:15 -05:00 by yindo · 3 comments
Owner

Originally created by @WayneCao on GitHub (Sep 20, 2024).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

Dify doesn't support baidu vector db(https://cloud.baidu.com/product/vdb.html) yet, it has rich features and high performance:

  • support vector search && bm25 search && hybrid search
  • support rich index types, FLAT && HNSW && PQ && PUCK
  • higher performance

would you guys be willing to accept a PR if i were to implement this with pymochow?

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @WayneCao on GitHub (Sep 20, 2024). ### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. Dify doesn't support baidu vector db(https://cloud.baidu.com/product/vdb.html) yet, it has rich features and high performance: - support vector search && bm25 search && hybrid search - support rich index types, FLAT && HNSW && PQ && PUCK - higher performance would you guys be willing to accept a PR if i were to implement this with pymochow? ### 2. Additional context or comments No response ### 3. Can you help us with this feature? - [x] I am interested in contributing to this feature.
yindo added the 💪 enhancement👻 feat:rag labels 2026-02-21 18:12:15 -05:00
yindo closed this issue 2026-02-21 18:12:15 -05:00
Author
Owner

@crazywoola commented on GitHub (Sep 21, 2024):

Feel free to open a pr for this.

@crazywoola commented on GitHub (Sep 21, 2024): Feel free to open a pr for this.
Author
Owner

@yaoice commented on GitHub (Oct 1, 2024):

@WayneCao Have you completed this? Sorry, I just saw this issue of yours now. I wonder if we can cooperate to complete this pull request. I have written a first version: https://github.com/yaoice/dify/commit/9ce7a2b63a3586e97c4bce09b4c223d137118fc1. The basic functions have all been tested and run smoothly.

@yaoice commented on GitHub (Oct 1, 2024): @WayneCao Have you completed this? Sorry, I just saw this issue of yours now. I wonder if we can cooperate to complete this pull request. I have written a first version: https://github.com/yaoice/dify/commit/9ce7a2b63a3586e97c4bce09b4c223d137118fc1. The basic functions have all been tested and run smoothly.
Author
Owner

@WayneCao commented on GitHub (Oct 11, 2024):

@WayneCao Have you completed this? Sorry, I just saw this issue of yours now. I wonder if we can cooperate to complete this pull request. I have written a first version: yaoice@9ce7a2b. The basic functions have all been tested and run smoothly.

yeah,I've submitted a pr for this issue

@WayneCao commented on GitHub (Oct 11, 2024): > @WayneCao Have you completed this? Sorry, I just saw this issue of yours now. I wonder if we can cooperate to complete this pull request. I have written a first version: [yaoice@9ce7a2b](https://github.com/yaoice/dify/commit/9ce7a2b63a3586e97c4bce09b4c223d137118fc1). The basic functions have all been tested and run smoothly. yeah,I've submitted a pr for this issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#5705