Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/genai-stack
/ mode_select
Function
mode_select
bot.py:140–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
139
140
def
mode_select() -> str:
141
options = [
"Disabled"
,
"Enabled"
]
142
return
st.radio(
"Select RAG mode"
, options, horizontal=True)
143
144
145
name = mode_select()
Callers
1
bot.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected