[PR #495] [CLOSED] feat: Add RAG support for XML and various programming languages #20351

Closed
opened 2026-04-20 02:54:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/495
Author: @Marclass
Created: 1/17/2024
Status: Closed

Base: mainHead: main


📝 Commits (6)

  • 43d8466 feat: Add RAG support for various programming languages
  • cf6b3fa remove html type and add js/css
  • 8dacc86 Merge branch 'ollama-webui:main' into main
  • 9b63788 Update constants.ts
  • c7cee3e Update constants.ts
  • 6070e6b add svelte type to RAG

📊 Changes

2 files changed (+33 additions, -9 deletions)

View changed files

📝 backend/apps/rag/main.py (+26 -7)
📝 src/lib/constants.ts (+7 -2)

📄 Description

Allows XML, python, css, javascript, java, golang, sql, c/c++/c#, ruby, rust, php, perl, and more files to be uploaded and parsed for RAG.


🔄 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/495 **Author:** [@Marclass](https://github.com/Marclass) **Created:** 1/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`43d8466`](https://github.com/open-webui/open-webui/commit/43d8466677e54a2492b58ef7049fc98d93871515) feat: Add RAG support for various programming languages - [`cf6b3fa`](https://github.com/open-webui/open-webui/commit/cf6b3fa48aa11142f5df2ee0dda28391f326514b) remove html type and add js/css - [`8dacc86`](https://github.com/open-webui/open-webui/commit/8dacc86ab0156307ed304996f5fadae24bf21864) Merge branch 'ollama-webui:main' into main - [`9b63788`](https://github.com/open-webui/open-webui/commit/9b6378813535291f78d0694e239b71d949823370) Update constants.ts - [`c7cee3e`](https://github.com/open-webui/open-webui/commit/c7cee3ec250131722ad27b242e5ccf40cc3571fd) Update constants.ts - [`6070e6b`](https://github.com/open-webui/open-webui/commit/6070e6bcd1cb18dc7387389a2394ec464f1353d9) add svelte type to RAG ### 📊 Changes **2 files changed** (+33 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+26 -7) 📝 `src/lib/constants.ts` (+7 -2) </details> ### 📄 Description Allows XML, python, css, javascript, java, golang, sql, c/c++/c#, ruby, rust, php, perl, and more files to be uploaded and parsed for RAG. --- <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 02:54:51 -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#20351