We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c57ab commit 319629fCopy full SHA for 319629f
1 file changed
packages/gen-ai/frontend/src/app/Chatbot/components/settingsPanelTabs/KnowledgeTabContent.tsx
@@ -76,6 +76,8 @@ const KnowledgeTabContent: React.FunctionComponent<KnowledgeTabContentProps> = (
76
77
const [isSelectOpen, setIsSelectOpen] = React.useState(false);
78
79
+ // Auto-enable RAG when a file is successfully uploaded via inline mode.
80
+ // External vector store selection enables RAG directly in the onSelect handler below.
81
const { autoEnableRag, setAutoEnableRag } = sourceManagement;
82
React.useEffect(() => {
83
if (autoEnableRag) {
0 commit comments