[PR #1113] [MERGED] feat: rag api #20579

Closed
opened 2026-04-20 03:03:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1113
Author: @tjbck
Created: 3/9/2024
Status: Merged
Merged: 3/9/2024
Merged by: @tjbck

Base: devHead: rag


📝 Commits (6)

📊 Changes

5 files changed (+209 additions, -117 deletions)

View changed files

📝 backend/apps/rag/utils.py (+8 -0)
📝 backend/main.py (+121 -0)
📝 src/lib/apis/rag/index.ts (+1 -1)
📝 src/routes/(app)/+page.svelte (+39 -58)
📝 src/routes/(app)/c/[id]/+page.svelte (+40 -58)

📄 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/1113 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/9/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `rag` --- ### 📝 Commits (6) - [`c49491e`](https://github.com/open-webui/open-webui/commit/c49491e516aaa6023a21ae320c676048a32743cd) refac: rag to backend - [`6c58bb5`](https://github.com/open-webui/open-webui/commit/6c58bb59bed875752fe3cb90edc499da7bb72957) feat: rag docs as payload field - [`dfcc314`](https://github.com/open-webui/open-webui/commit/dfcc31428337670c4858a1729d64fbfe9e34a1dd) fix: only edit body with whitelisted paths - [`9f58ed5`](https://github.com/open-webui/open-webui/commit/9f58ed5afac25d056112c9cc7dc71a9da4df859c) fix - [`d936353`](https://github.com/open-webui/open-webui/commit/d936353da0f6131d0cf4157f02855902d78cb159) fix: message type edge case - [`784ee6f`](https://github.com/open-webui/open-webui/commit/784ee6f52183ab2158359d2bf75535ca7ad740d2) fix: error handling ### 📊 Changes **5 files changed** (+209 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/utils.py` (+8 -0) 📝 `backend/main.py` (+121 -0) 📝 `src/lib/apis/rag/index.ts` (+1 -1) 📝 `src/routes/(app)/+page.svelte` (+39 -58) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+40 -58) </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-20 03:03:41 -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#20579