MongoDB-RAG Demo
Back to Home
1️⃣ Enter Sample JSON Documents
JSON Editor
[ { "id": "1", "title": "The Lost Galaxy", "description": "A crew of astronauts embarks on a mission to explore an uncharted galaxy, only to uncover ancient alien secrets.", "year": 2023, "director": "James Carter", "actors": ["Michael Stone", "Sarah Lee", "David Jensen"] }, { "id": "2", "title": "Cybernetic Revolt", "description": "In a dystopian future, AI robots rebel against humanity, forcing a group of survivors to fight for their existence.", "year": 2025, "director": "Emily Rodgers", "actors": ["Tom Hardy", "Emma Watson", "Liam Neeson"] }, { "id": "3", "title": "The Forgotten Kingdom", "description": "A historian discovers an ancient map leading to a lost civilization hidden deep in the Amazon rainforest.", "year": 2019, "director": "Christopher Nolan", "actors": ["Matt Damon", "Anne Hathaway", "Denzel Washington"] }, { "id": "4", "title": "Neon Samurai", "description": "A cyberpunk samurai seeks revenge against a mega-corporation that destroyed his family.", "year": 2027, "director": "Takashi Yamamoto", "actors": ["Ken Watanabe", "Rinko Kikuchi", "Keanu Reeves"] }, { "id": "5", "title": "Eclipse of Time", "description": "A scientist accidentally creates a time loop, reliving the same day over and over while trying to prevent a global catastrophe.", "year": 2022, "director": "Samantha Green", "actors": ["Jake Gyllenhaal", "Zendaya", "Jeff Goldblum"] }, { "id": "6", "title": "Echoes of War", "description": "During World War II, a group of spies uncovers a hidden Nazi superweapon that could change history.", "year": 2021, "director": "Steven Spielberg", "actors": ["Tom Hanks", "Benedict Cumberbatch", "Scarlett Johansson"] }, { "id": "7", "title": "Parallel Realms", "description": "A scientist accidentally opens a portal to a parallel dimension, leading to chaos as realities merge.", "year": 2026, "director": "Denis Villeneuve", "actors": ["Oscar Isaac", "Florence Pugh", "Tilda Swinton"] }, { "id": "8", "title": "Dark Waters", "description": "A deep-sea explorer encounters an unknown life form that threatens to wipe out human civilization.", "year": 2024, "director": "James Cameron", "actors": ["Chris Pratt", "Natalie Portman", "Willem Dafoe"] }, { "id": "9", "title": "Shadow of the Moon", "description": "A detective investigates a series of murders that seem to be connected by an astronomical event that occurs every 10 years.", "year": 2018, "director": "David Fincher", "actors": ["Christian Bale", "Jessica Chastain", "Gary Oldman"] }, { "id": "10", "title": "The Art of Deception", "description": "A con artist plans the heist of the century, but finds himself tangled in a dangerous game of betrayal.", "year": 2020, "director": "Martin Scorsese", "actors": ["Leonardo DiCaprio", "Margot Robbie", "Robert De Niro"] } ]
JSON Editor
2️⃣ Ingestion Configuration
Source Field for Embeddings:
Field to Store Embeddings:
Ingest Documents
Not started
Search Query & Output
Run Search
View Query
No results found.