/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ langchain
/ tools
/ retriever.py
Run
Starting...
Stop
View File
Save
from langchain_core.tools import ( create_retriever_tool, render_text_description, render_text_description_and_args, ) __all__ = [ "create_retriever_tool", "render_text_description", "render_text_description_and_args", ]
Memory