mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #5861] [MERGED] feat: knowledge/projects #8563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5861
Author: @tjbck
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/4/2024
Merged by: @tjbck
Base:
dev← Head:projects📝 Commits (10+)
4752df9refac5c9dd25refac: files migrationa0fb4a9refacfb08323refacbf57dd8feat: project migrationc5eb0a9refac: documents -> projectsc2732a0refac1b7d363refac5933d7aenh: sort by descending order3e012f0refac📊 Changes
48 files changed (+2852 additions, -534 deletions)
View changed files
📝
backend/open_webui/apps/retrieval/main.py(+144 -53)📝
backend/open_webui/apps/retrieval/utils.py(+14 -6)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+56 -18)📝
backend/open_webui/apps/retrieval/vector/dbs/milvus.py(+43 -5)📝
backend/open_webui/apps/webui/main.py(+3 -3)📝
backend/open_webui/apps/webui/models/files.py(+51 -5)➕
backend/open_webui/apps/webui/models/knowledge.py(+152 -0)📝
backend/open_webui/apps/webui/routers/files.py(+83 -19)➕
backend/open_webui/apps/webui/routers/knowledge.py(+320 -0)📝
backend/open_webui/config.py(+0 -3)📝
backend/open_webui/constants.py(+6 -1)➖
backend/open_webui/migrations/scripts/revision.py(+0 -19)📝
backend/open_webui/migrations/util.py(+6 -0)➕
backend/open_webui/migrations/versions/6a39f3d8e55c_add_knowledge_table.py(+80 -0)➕
backend/open_webui/migrations/versions/c0fbf31ca0db_update_file_table.py(+32 -0)📝
src/lib/apis/files/index.ts(+34 -0)➕
src/lib/apis/knowledge/index.ts(+276 -0)📝
src/lib/apis/retrieval/index.ts(+7 -2)📝
src/lib/components/AddFilesPlaceholder.svelte(+9 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+8 -6)...and 28 more files
📄 Description
#3527
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.