File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
interactive-ai-holograms/react-client/react-client/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -276,15 +276,16 @@ function App() {
276276 < div >
277277 < h5 > Examples...</ h5 >
278278 < ul >
279- < li > 'What is the latest version of the Oracle Database ?'</ li >
280- < li > 'What is the latest version of the Oracle Database ? Use Rag. '</ li >
279+ < li > 'What is the most recently released movie ?'</ li >
280+ < li > 'What is the most recently released movie ? Use RAG '</ li >
281281 < li > 'What is the best video game?'</ li >
282282 < li > 'What is the best video game? Use Database'</ li >
283283 < li > 'What is Oracle for Startups? Use Database'</ li >
284284 </ ul >
285285 </ div >
286286 ) }
287287 < span >
288+ < br />
288289 < button onClick = { ( ) => ( buttonState ? stopSession ( ) : startSession ( ) ) } >
289290 { buttonState ? "Stop Session and Submit Question" : "Start session and Ask Question" }
290291 </ button >
You can’t perform that action at this time.
0 commit comments