Skip to content

Commit f751c0b

Browse files
authored
Update builtin.py (open-webui#21115)
1 parent 9ed8f50 commit f751c0b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/open_webui/tools/builtin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,7 @@ async def query_knowledge_files(
15931593
__model_knowledge__: list[dict] = None,
15941594
) -> str:
15951595
"""
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),
1596+
Search knowledge base files using semantic/vector search. Searches across collections (KBs),
15981597
individual files, and notes that the user has access to.
15991598
16001599
:param query: The search query to find semantically relevant content

0 commit comments

Comments
 (0)