Original PR: https://github.com/open-webui/open-webui/pull/11935 Author: @Maksn610 Created: 3/21/2025 Status: ❌ Closed
Base: main ← Head: dev
main
dev
afb0938
b6369d5
29e2731
86779a8
fd919a0
8 files changed (+662 additions, -32 deletions)
📝 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)
backend/open_webui/routers/files.py
backend/open_webui/routers/retrieval.py
backend/requirements.txt
package-lock.json
package.json
src/lib/components/workspace/Knowledge.svelte
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte
src/lib/components/workspace/Knowledge/KnowledgeBase/AddContentMenu.svelte
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/11935
Author: @Maksn610
Created: 3/21/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (5)
afb0938Add item counterb6369d5Add Scan Document29e2731Add Scan Document endpoint and libraries for that86779a8add logic to send file directoryfd919a0Add 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.