[PR #511] [MERGED] feat: convo tagging #43408

Closed
opened 2026-04-29 17:31:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/511
Author: @tjbck
Created: 1/18/2024
Status: Merged
Merged: 1/18/2024
Merged by: @tjbck

Base: mainHead: tags


📝 Commits (10+)

📊 Changes

13 files changed (+870 additions, -63 deletions)

View changed files

📝 README.md (+2 -0)
📝 backend/apps/web/models/chats.py (+29 -18)
backend/apps/web/models/tags.py (+206 -0)
📝 backend/apps/web/routers/chats.py (+127 -0)
📝 src/lib/apis/chats/index.ts (+197 -0)
src/lib/components/chat/ShareChatModal.svelte (+38 -0)
📝 src/lib/components/common/Modal.svelte (+3 -1)
📝 src/lib/components/layout/Navbar.svelte (+124 -36)
📝 src/lib/components/layout/Sidebar.svelte (+36 -2)
📝 src/lib/stores/index.ts (+1 -0)
📝 src/routes/(app)/+layout.svelte (+4 -1)
📝 src/routes/(app)/+page.svelte (+50 -3)
📝 src/routes/(app)/c/[id]/+page.svelte (+53 -2)

📄 Description

Resolves #492

image


🔄 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/511 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `tags` --- ### 📝 Commits (10+) - [`4e828b0`](https://github.com/open-webui/open-webui/commit/4e828b0669706c4bd3e18927d52edfc4e552838e) feat: convo tagging frontend - [`93ec040`](https://github.com/open-webui/open-webui/commit/93ec04003a05b146161de0c99ee6f376e918e2e0) fix: share modal styling - [`4c69e23`](https://github.com/open-webui/open-webui/commit/4c69e2371e9d21cfa6e3695b6106063a5605a75c) fix: wording - [`287668f`](https://github.com/open-webui/open-webui/commit/287668f84ea295ace9517960029c048b1a98d5a4) feat: tag add/remove frontend - [`077f1fa`](https://github.com/open-webui/open-webui/commit/077f1fa34bea06f61545feea4775264b7b6a7792) feat: convo tagging backend support - [`d5ed119`](https://github.com/open-webui/open-webui/commit/d5ed119687cfb8a27e089dc185ba563372e94189) feat: convo tagging api added - [`987685d`](https://github.com/open-webui/open-webui/commit/987685dbf9223197d66c77fac82033fb7bfd2528) feat: convo tagging full integration - [`1eec176`](https://github.com/open-webui/open-webui/commit/1eec1763137a5c262a0d73c1f0872ad596ba0f40) feat: save tags to chat data - [`220530c`](https://github.com/open-webui/open-webui/commit/220530c450b7ecdfe293e1a3a42a1650874bf2c6) feat: convo tag filtering - [`76529ac`](https://github.com/open-webui/open-webui/commit/76529acced2449b992f8a6a21d5f4f57287ec1ce) doc: feature ### 📊 Changes **13 files changed** (+870 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `backend/apps/web/models/chats.py` (+29 -18) ➕ `backend/apps/web/models/tags.py` (+206 -0) 📝 `backend/apps/web/routers/chats.py` (+127 -0) 📝 `src/lib/apis/chats/index.ts` (+197 -0) ➕ `src/lib/components/chat/ShareChatModal.svelte` (+38 -0) 📝 `src/lib/components/common/Modal.svelte` (+3 -1) 📝 `src/lib/components/layout/Navbar.svelte` (+124 -36) 📝 `src/lib/components/layout/Sidebar.svelte` (+36 -2) 📝 `src/lib/stores/index.ts` (+1 -0) 📝 `src/routes/(app)/+layout.svelte` (+4 -1) 📝 `src/routes/(app)/+page.svelte` (+50 -3) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+53 -2) </details> ### 📄 Description Resolves #492 ![image](https://github.com/ollama-webui/ollama-webui/assets/25473318/8b656d2b-17f8-4201-8584-d3349265f91b) --- <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 17:31:04 -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#43408