Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/minimal-ts-agent/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function ChatPage() {
<div>
<h1 className="text-lg font-semibold">MongoDB Brand Expert</h1>
<p className="text-sm text-muted">
RAG Agent powered by ToolLoopAgent + Atlas Vector Search
RAG Agent powered by ToolLoopAgent + MongoDB Vector Search
</p>
</div>
<div className="ml-auto flex items-center gap-2 text-xs text-muted">
Expand All @@ -84,7 +84,7 @@ export default function ChatPage() {
Ask me about the MongoDB Brand Book
</h2>
<p className="text-muted max-w-md">
I use an agentic reasoning loop to search MongoDB Atlas Vector
I use an agentic reasoning loop to search MongoDB Vector
Search and deliver precise answers from the official brand
guidelines.
</p>
Expand Down Expand Up @@ -257,7 +257,7 @@ export default function ChatPage() {
</button>
</form>
<p className="text-xs text-muted text-center mt-2">
Powered by Vercel AI SDK ToolLoopAgent • Gemini Flash • MongoDB Atlas
Powered by Vercel AI SDK ToolLoopAgent • Gemini Flash • MongoDB
Vector Search
</p>
</div>
Expand Down
Loading