[PR #1001] [MERGED] refactor:cache in place & function name #22828

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1001
Author: @yezhwi
Created: 8/24/2023
Status: Merged
Merged: 8/24/2023
Merged by: @JohnJyong

Base: mainHead: main


📝 Commits (10+)

  • 2d57ddd 🐞 fix(his_testing_service):
  • f99747f Merge branch 'langgenius:main' into develop
  • 52e0c4e Merge pull request #2 from yezhwi/develop
  • 10136e0 🦄 refactor(dataset_service):
  • 7ad1000 🦄 refactor(dataset_service):
  • 2a75ac4 Merge branch 'langgenius:main' into main
  • c071f87 Merge branch 'langgenius:main' into develop
  • dd35aad Merge pull request #4 from yezhwi/develop
  • 26d8ac2 Merge branch 'langgenius:main' into main
  • 51a464c Merge branch 'langgenius:main' into develop

📊 Changes

1 file changed (+6 additions, -5 deletions)

View changed files

📝 api/services/dataset_service.py (+6 -5)

📄 Description

  1. Redis set the cache in place (not segment.enabled, can only wait until the time expires )
  2. The function name is renamed (save_document->build_document)

🔄 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/1001 **Author:** [@yezhwi](https://github.com/yezhwi) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/24/2023 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`2d57ddd`](https://github.com/langgenius/dify/commit/2d57ddd1640828222150d1fd08a2a1fa47e20adf) 🐞 fix(his_testing_service): - [`f99747f`](https://github.com/langgenius/dify/commit/f99747facf62c958e3f61108b2e635f7251a0a14) Merge branch 'langgenius:main' into develop - [`52e0c4e`](https://github.com/langgenius/dify/commit/52e0c4eb3734f3478a0f6c7e14ae447121b5df0c) Merge pull request #2 from yezhwi/develop - [`10136e0`](https://github.com/langgenius/dify/commit/10136e061bfe91834ded72983f24ef90750c58d8) 🦄 refactor(dataset_service): - [`7ad1000`](https://github.com/langgenius/dify/commit/7ad100039f077e4e5c09a6be9a1c512cc664e4c9) 🦄 refactor(dataset_service): - [`2a75ac4`](https://github.com/langgenius/dify/commit/2a75ac40ea1dfb637f7a07d4d2dde803390372c8) Merge branch 'langgenius:main' into main - [`c071f87`](https://github.com/langgenius/dify/commit/c071f87a0829565c0dbb93d39382d37d91719216) Merge branch 'langgenius:main' into develop - [`dd35aad`](https://github.com/langgenius/dify/commit/dd35aad1f1d9ef2deabe52f4b8325a7aeef4e68b) Merge pull request #4 from yezhwi/develop - [`26d8ac2`](https://github.com/langgenius/dify/commit/26d8ac2eb78bc027b3e606702aaac33ae06e79fe) Merge branch 'langgenius:main' into main - [`51a464c`](https://github.com/langgenius/dify/commit/51a464cf840e8322e723e3d928f5c781eca54cf9) Merge branch 'langgenius:main' into develop ### 📊 Changes **1 file changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `api/services/dataset_service.py` (+6 -5) </details> ### 📄 Description 1. Redis set the cache in place (not segment.enabled, can only wait until the time expires ) 2. The function name is renamed (save_document->build_document) --- <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:19:50 -05:00
yindo closed this issue 2026-02-21 20:19:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22828