mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-09 22:33:29 +00:00
Update builtin.py (#21115)
This commit is contained in:
parent
9ed8f50d40
commit
f751c0b46c
1 changed files with 1 additions and 2 deletions
|
|
@ -1593,8 +1593,7 @@ async def query_knowledge_files(
|
|||
__model_knowledge__: list[dict] = None,
|
||||
) -> str:
|
||||
"""
|
||||
Search knowledge base files using semantic/vector search. This should be your first
|
||||
choice for finding information before searching the web. Searches across collections (KBs),
|
||||
Search knowledge base files using semantic/vector search. Searches across collections (KBs),
|
||||
individual files, and notes that the user has access to.
|
||||
|
||||
:param query: The search query to find semantically relevant content
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue