[PR #11935] [CLOSED] Dev #45868

Closed
opened 2026-04-29 20:27:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11935
Author: @Maksn610
Created: 3/21/2025
Status: Closed

Base: mainHead: dev


📝 Commits (5)

  • afb0938 Add item counter
  • b6369d5 Add Scan Document
  • 29e2731 Add Scan Document endpoint and libraries for that
  • 86779a8 add logic to send file directory
  • fd919a0 Add Dublication check, endpoint to get/delete documents

📊 Changes

8 files changed (+662 additions, -32 deletions)

View changed files

📝 backend/open_webui/routers/files.py (+2 -1)
📝 backend/open_webui/routers/retrieval.py (+386 -18)
📝 backend/requirements.txt (+8 -0)
📝 package-lock.json (+115 -0)
📝 package.json (+1 -0)
📝 src/lib/components/workspace/Knowledge.svelte (+4 -0)
📝 src/lib/components/workspace/Knowledge/KnowledgeBase.svelte (+126 -5)
📝 src/lib/components/workspace/Knowledge/KnowledgeBase/AddContentMenu.svelte (+20 -8)

📄 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/open-webui/open-webui/pull/11935 **Author:** [@Maksn610](https://github.com/Maksn610) **Created:** 3/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`afb0938`](https://github.com/open-webui/open-webui/commit/afb0938cc2ed9d244a7194b18252aa488eddfeba) Add item counter - [`b6369d5`](https://github.com/open-webui/open-webui/commit/b6369d515aff8e0c08b727a187d40d9203eb2189) Add Scan Document - [`29e2731`](https://github.com/open-webui/open-webui/commit/29e2731cf0cdda76b614c3786b4813a802c5c758) Add Scan Document endpoint and libraries for that - [`86779a8`](https://github.com/open-webui/open-webui/commit/86779a83de4d60ada97bb0578704b3c999af43eb) add logic to send file directory - [`fd919a0`](https://github.com/open-webui/open-webui/commit/fd919a0ad749751d7d9f142cc20bfd3fcdd2e5f6) Add Dublication check, endpoint to get/delete documents ### 📊 Changes **8 files changed** (+662 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/files.py` (+2 -1) 📝 `backend/open_webui/routers/retrieval.py` (+386 -18) 📝 `backend/requirements.txt` (+8 -0) 📝 `package-lock.json` (+115 -0) 📝 `package.json` (+1 -0) 📝 `src/lib/components/workspace/Knowledge.svelte` (+4 -0) 📝 `src/lib/components/workspace/Knowledge/KnowledgeBase.svelte` (+126 -5) 📝 `src/lib/components/workspace/Knowledge/KnowledgeBase/AddContentMenu.svelte` (+20 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 20:27:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#45868