[PR #919] [MERGED] 0.1.105 #7326

Closed
opened 2025-11-11 17:23:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/919
Author: @tjbck
Created: 2/26/2024
Status: Merged
Merged: 2/26/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (5)

📊 Changes

8 files changed (+383 additions, -66 deletions)

View changed files

📝 CHANGELOG.md (+10 -0)
📝 package.json (+1 -1)
📝 src/lib/apis/documents/index.ts (+4 -2)
📝 src/lib/apis/openai/index.ts (+0 -1)
src/lib/components/common/Checkbox.svelte (+70 -0)
src/lib/components/documents/AddDocModal.svelte (+188 -0)
📝 src/routes/(app)/+page.svelte (+0 -7)
📝 src/routes/(app)/documents/+page.svelte (+110 -55)

📄 Description

Resolves #680


🔄 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/919 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/26/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`f8cf43c`](https://github.com/open-webui/open-webui/commit/f8cf43c0f7277d9fcaec98e4f700142a7f0d0ff8) refac: console logs removed - [`63628a7`](https://github.com/open-webui/open-webui/commit/63628a70a6e811980ad33bca693c7d42bc39212c) feat: document select - [`92c922b`](https://github.com/open-webui/open-webui/commit/92c922b061045167524b6a86f7e73e5734f1a7f7) feat: batch doc tagging - [`6d8b138`](https://github.com/open-webui/open-webui/commit/6d8b1385bbc42b2898f403783442f58bf4442096) doc: changelog - [`3a7ded3`](https://github.com/open-webui/open-webui/commit/3a7ded3f80de267fcab6ae93cf49a224db1df5e2) Update CHANGELOG.md ### 📊 Changes **8 files changed** (+383 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+10 -0) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/documents/index.ts` (+4 -2) 📝 `src/lib/apis/openai/index.ts` (+0 -1) ➕ `src/lib/components/common/Checkbox.svelte` (+70 -0) ➕ `src/lib/components/documents/AddDocModal.svelte` (+188 -0) 📝 `src/routes/(app)/+page.svelte` (+0 -7) 📝 `src/routes/(app)/documents/+page.svelte` (+110 -55) </details> ### 📄 Description Resolves #680 --- <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 2025-11-11 17:23:32 -06: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#7326