open-webui/backend/open_webui/models
Athanasios Oikonomou d570c6f518 feat: knowledge extend search to file content
Enhance knowledge search to match not only file titles but also
the underlying file content.

This improves search coverage and allows users to locate entries
based on full content, not just metadata.

Note:
Future improvement could include diacritic-insensitive search
(e.g. PostgreSQL unaccent) to better support languages such as Greek.
2026-05-01 18:58:01 +03:00
..
access_grants.py chore: format 2026-04-12 18:12:59 -05:00
auths.py chore: format 2026-04-12 18:12:59 -05:00
automations.py chore: format 2026-04-19 22:45:54 +09:00
calendar.py chore: format 2026-04-21 15:52:00 +09:00
channels.py chore: format 2026-04-12 18:12:59 -05:00
chat_messages.py refac 2026-04-20 08:48:35 +09:00
chats.py perf(chats): drop redundant db.refresh after commit in update_chat_by_id (#24024) 2026-04-24 18:34:57 +09:00
feedbacks.py chore: format 2026-04-12 18:12:59 -05:00
files.py chore: format 2026-04-12 18:12:59 -05:00
folders.py fix: drop extra='allow' on FolderForm and FolderUpdateForm (#23648) 2026-04-13 16:14:00 -05:00
functions.py chore: format 2026-04-12 18:12:59 -05:00
groups.py chore: format 2026-04-12 18:12:59 -05:00
knowledge.py feat: knowledge extend search to file content 2026-05-01 18:58:01 +03:00
memories.py refac: async db 2026-04-12 14:22:11 -05:00
messages.py chore: format 2026-04-12 18:12:59 -05:00
models.py chore: format 2026-04-24 18:48:21 +09:00
notes.py refac 2026-04-14 17:22:54 -05:00
oauth_sessions.py chore: format 2026-04-24 18:48:21 +09:00
prompt_history.py refac: async db 2026-04-12 14:22:11 -05:00
prompts.py chore: format 2026-04-17 14:28:18 +09:00
shared_chats.py chore: format 2026-04-17 14:28:18 +09:00
skills.py chore: format 2026-04-12 18:12:59 -05:00
tags.py chore: format 2026-04-12 18:12:59 -05:00
tools.py chore: format 2026-04-12 18:12:59 -05:00
users.py refac 2026-04-12 18:49:34 -05:00