mirror of
https://github.com/run-llama/mongodb-demo.git
synced 2026-07-01 20:44:05 -04:00
Sample questions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# LlamaIndex retrieval augmented generation
|
||||
## with MongoDB, Flask and Next.js
|
||||
|
||||
The demo is [running on Render](https://mongodb-demo-frontend.onrender.com/).
|
||||
@@ -45,6 +45,14 @@ export default function Home() {
|
||||
<div className={styles.response}>
|
||||
{responseText}
|
||||
</div>
|
||||
<div className={styles.examples}>
|
||||
<h2>Try some sample questions like...</h2>
|
||||
<ul>
|
||||
<li>What television shows does the author watch?</li>
|
||||
<li>Does the author like dogs?</li>
|
||||
<li>How does the author feel about web frameworks?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -26,3 +26,7 @@
|
||||
padding: 1rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.examples {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user