We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed8f50 commit f751c0bCopy full SHA for f751c0b
1 file changed
backend/open_webui/tools/builtin.py
@@ -1593,8 +1593,7 @@ async def query_knowledge_files(
1593
__model_knowledge__: list[dict] = None,
1594
) -> str:
1595
"""
1596
- Search knowledge base files using semantic/vector search. This should be your first
1597
- choice for finding information before searching the web. Searches across collections (KBs),
+ Search knowledge base files using semantic/vector search. Searches across collections (KBs),
1598
individual files, and notes that the user has access to.
1599
1600
:param query: The search query to find semantically relevant content
0 commit comments