mirror of
https://github.com/run-llama/mongo-genai-showcase.git
synced 2026-07-01 21:54:00 -04:00
Change to table
This commit is contained in:
+9
-9
@@ -1,14 +1,14 @@
|
||||
Javascript and Python apps and demos showcasing how to use MongoDB in GenAI applications.
|
||||
|
||||
| Application | Stack | Description |
|
||||
|------------|-------|-------------|
|
||||
| Graph RAG Demo | MongoDB Atlas, Python, Node.js, OpenAI | Graph-based RAG implementation demonstrating MongoDB's graph capabilities with hybrid Python/Node.js approach |
|
||||
| Local RAG PDF | MongoDB Atlas, Python | Local RAG implementation for PDF processing and querying |
|
||||
| Lyric Semantic Search | MongoDB Atlas, Spring AI, Java | Semantic search service for song lyrics with metadata filtering using Spring AI framework |
|
||||
| MongoMP | MongoDB Atlas, Next.js 14, Node.js | Music streaming platform with AI-powered recommendations using vector search and real-time tracking |
|
||||
| RT Voice TS Store Agent | MongoDB Atlas, Next.js, WebRTC, OpenAI | Voice-controlled e-commerce platform with real-time voice processing and hybrid search |
|
||||
| SpringAI Terraform RAG | MongoDB Atlas, Spring Boot, Terraform, OpenAI | RAG application with automated infrastructure setup using Terraform and Spring Boot |
|
||||
| Voice OpenAI Rentals Agent | MongoDB Atlas, Python, Flask, OpenAI | Voice interaction agent for real estate listings using vector search and real-time voice processing |
|
||||
| Application | Stack | Description | Directory |
|
||||
|------------|-------|-------------|-----------|
|
||||
| Graph RAG Demo | MongoDB Atlas, Python, Node.js, OpenAI | Graph-based RAG implementation demonstrating MongoDB's graph capabilities with hybrid Python/Node.js approach | [](graph_rag_demo) |
|
||||
| Local RAG PDF | MongoDB Atlas, Python | Local RAG implementation for PDF processing and querying | [](local-rag-pdf) |
|
||||
| Lyric Semantic Search | MongoDB Atlas, Spring AI, Java | Semantic search service for song lyrics with metadata filtering using Spring AI framework | [](lyric-semantic-search) |
|
||||
| MongoMP | MongoDB Atlas, Next.js 14, Node.js | Music streaming platform with AI-powered recommendations using vector search and real-time tracking | [](mongo-mp) |
|
||||
| RT Voice TS Store Agent | MongoDB Atlas, Next.js, WebRTC, OpenAI | Voice-controlled e-commerce platform with real-time voice processing and hybrid search | [](RT-voice-ts-store-agent) |
|
||||
| SpringAI Terraform RAG | MongoDB Atlas, Spring Boot, Terraform, OpenAI | RAG application with automated infrastructure setup using Terraform and Spring Boot | [](springai-terraform-rag) |
|
||||
| Voice OpenAI Rentals Agent | MongoDB Atlas, Python, Flask, OpenAI | Voice interaction agent for real estate listings using vector search and real-time voice processing | [](voice-openai-mongo-rentals-agent) |
|
||||
|
||||
## Prerequisites
|
||||
- MongoDB Atlas account with cluster (6.0+ or 7.0+)
|
||||
|
||||
Reference in New Issue
Block a user