Skip to content

Commit cd9d6a2

Browse files
committed
Change to table
1 parent ae54b2b commit cd9d6a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Javascript and Python apps and demos showcasing how to use MongoDB in GenAI applications.
22

3-
| Application | Stack | Description |
4-
|------------|-------|-------------|
5-
| Graph RAG Demo | MongoDB Atlas, Python, Node.js, OpenAI | Graph-based RAG implementation demonstrating MongoDB's graph capabilities with hybrid Python/Node.js approach |
6-
| Local RAG PDF | MongoDB Atlas, Python | Local RAG implementation for PDF processing and querying |
7-
| Lyric Semantic Search | MongoDB Atlas, Spring AI, Java | Semantic search service for song lyrics with metadata filtering using Spring AI framework |
8-
| MongoMP | MongoDB Atlas, Next.js 14, Node.js | Music streaming platform with AI-powered recommendations using vector search and real-time tracking |
9-
| RT Voice TS Store Agent | MongoDB Atlas, Next.js, WebRTC, OpenAI | Voice-controlled e-commerce platform with real-time voice processing and hybrid search |
10-
| SpringAI Terraform RAG | MongoDB Atlas, Spring Boot, Terraform, OpenAI | RAG application with automated infrastructure setup using Terraform and Spring Boot |
11-
| Voice OpenAI Rentals Agent | MongoDB Atlas, Python, Flask, OpenAI | Voice interaction agent for real estate listings using vector search and real-time voice processing |
3+
| Application | Stack | Description | Directory |
4+
|------------|-------|-------------|-----------|
5+
| Graph RAG Demo | MongoDB Atlas, Python, Node.js, OpenAI | Graph-based RAG implementation demonstrating MongoDB's graph capabilities with hybrid Python/Node.js approach | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](graph_rag_demo) |
6+
| Local RAG PDF | MongoDB Atlas, Python | Local RAG implementation for PDF processing and querying | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](local-rag-pdf) |
7+
| Lyric Semantic Search | MongoDB Atlas, Spring AI, Java | Semantic search service for song lyrics with metadata filtering using Spring AI framework | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](lyric-semantic-search) |
8+
| MongoMP | MongoDB Atlas, Next.js 14, Node.js | Music streaming platform with AI-powered recommendations using vector search and real-time tracking | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](mongo-mp) |
9+
| RT Voice TS Store Agent | MongoDB Atlas, Next.js, WebRTC, OpenAI | Voice-controlled e-commerce platform with real-time voice processing and hybrid search | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](RT-voice-ts-store-agent) |
10+
| SpringAI Terraform RAG | MongoDB Atlas, Spring Boot, Terraform, OpenAI | RAG application with automated infrastructure setup using Terraform and Spring Boot | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](springai-terraform-rag) |
11+
| Voice OpenAI Rentals Agent | MongoDB Atlas, Python, Flask, OpenAI | Voice interaction agent for real estate listings using vector search and real-time voice processing | [![View Code](https://img.shields.io/badge/view-code-blue?logo=github)](voice-openai-mongo-rentals-agent) |
1212

1313
## Prerequisites
1414
- MongoDB Atlas account with cluster (6.0+ or 7.0+)

0 commit comments

Comments
 (0)