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/springai-terraform-rag/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MongoDB Atlas + Terraform Spring Boot RAG Application

This repository demonstrates how to build a **Retrieval-Augmented Generation (RAG)** application using **Spring Boot**, **OpenAI embeddings**, and **MongoDB Atlas Vector Search**. The infrastructure is automated using **Terraform** to provision and manage MongoDB Atlas resources.
This repository demonstrates how to build a **Retrieval-Augmented Generation (RAG)** application using **Spring Boot**, **OpenAI embeddings**, and **MongoDB Vector Search**. The infrastructure is automated using **Terraform** to provision and manage MongoDB Atlas resources.

## Overview

Expand All @@ -11,7 +11,7 @@ In this project, we:

## Features
- **Automated Infrastructure**: Terraform is used to provision MongoDB Atlas resources including clusters, vector search indices, and access controls.
- **RAG Implementation**: A Spring Boot application that uses OpenAI to generate embeddings, with MongoDB Atlas vector search to perform semantic searches.
- **RAG Implementation**: A Spring Boot application that uses OpenAI to generate embeddings, with MongoDB vector search to perform semantic searches.
- **Document Loading**: Upload documents and store their embeddings for use in vector search.
- **Querying with Vector Search**: Search documents by semantic similarity using a custom `/question` endpoint.

Expand Down Expand Up @@ -85,6 +85,6 @@ To run this project, you'll need:

## Technologies Used
- **Spring Boot**: Java-based framework for building REST APIs.
- **MongoDB Atlas**: An integrated suite of data services (including Atlas Vector Search) centered around a cloud database designed to accelerate and simplify how you build with data. Build faster and build smarter with a developer data platform that helps solve your data challenges. Click [here](https://www.mongodb.com/products/platform/atlas-database) to learn more.
- **MongoDB Atlas**: An integrated suite of data services (including MongoDB Vector Search) centered around a cloud database designed to accelerate and simplify how you build with data. Build faster and build smarter with a developer data platform that helps solve your data challenges. Click [here](https://www.mongodb.com/products/platform/atlas-database) to learn more.
- **OpenAI**: Generates embeddings for semantic searches.
- **Terraform**: Automates infrastructure management for MongoDB Atlas.
Loading