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
2 changes: 1 addition & 1 deletion apps/mongo-feed/components/past-analysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function PastAnalysis() {
<InfoIcon className="h-4 w-4 text-muted-foreground" />
</TooltipTrigger>
<TooltipContent>
<p>Past analysis results are stored in MongoDB and can be quickly retrieved using Atlas vector search.</p>
<p>Past analysis results are stored in MongoDB and can be quickly retrieved using MongoDB vector search.</p>
<p className="mt-2 text-sm text-muted-foreground">
Potential query: "Find similar analyses to the most recent customer feedback report"
</p>
Expand Down
Loading