You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Agentic Factory Safety Assistant | LangGraph, Open AI, MongoDB, LangChain |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/agentic_rag_factory_safety_assistant_with_langgraph_langchain_mongodb.ipynb)||
79
-
| AI Research Assistant | FireWorks AI, MongoDB, LangChain |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/agent_fireworks_ai_langchain_mongodb.ipynb)|[](https://www.mongodb.com/developer/products/atlas/agent-fireworksai-mongodb-langchain/)|
78
+
| Agentic Factory Safety Assistant | LangGraph, Open AI, MongoDB, LangChain |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/agentic_rag_factory_safety_assistant_with_langgraph_langchain_mongodb.ipynb)||
79
+
| AI Research Assistant | FireWorks AI, MongoDB, LangChain |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/agent_fireworks_ai_langchain_mongodb.ipynb)|[](https://www.mongodb.com/developer/products/atlas/agent-fireworksai-mongodb-langchain/)|
80
80
AI Investment Researcher | MongoDB, CrewAI and LangChain | [](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/crewai-mdb-agg.ipynb) | [](https://www.mongodb.com/developer/products/mongodb/augment-llm-capabilities-with-mdb-aggregation/)
81
81
| Agentic RAG: Recommmendation System | Claude 3.5, LlamaIndex, MongoDB |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/how_to_build_ai_agent_claude_3_5_sonnet_llamaindex_mongodb.ipynb)|[](https://www.mongodb.com/developer/products/atlas/claude_3_5_sonnet_rag/)|
82
82
| Agentic HR Chatbot | Claude 3.5, LangGraph, MongoDB |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/hr_agentic_chatbot_with_langgraph_claude.ipynb)| Coming Soon|
83
83
|AWS Bedrock Agent | Claude 3, AWS Bedrock, Python, MongoDB | [](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/mongodb_with_aws_bedrock_agent.ipynb) | [](https://www.mongodb.com/developer/products/atlas/mdb-aws-bedrock-agent-start/)
| Implementing Working Memory with Tavily and MongoDB | Python, Tavily, MongoDB |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/implementing_working_memory_with_tavily_and_mongodb.ipynb)|
| Implementing Working Memory with Tavily and MongoDB | Python, Tavily, MongoDB |[](https://colab.research.google.com/github/mongodb-developer/GenAI-Showcase/blob/main/notebooks/agents/implementing_working_memory_with_tavily_and_mongodb.ipynb)|
This folder will contain all traditional machine learning tutorials. They include important explanations, step-by-step instructions, and everything a reader needs in order to be successful following the tutorial from beginning to end.
90
+
This folder will contain all traditional machine learning tutorials. They include important explanations, step-by-step instructions, and everything a reader needs in order to be successful following the tutorial from beginning to end.
91
91
92
92
| Title | Colab Link |
93
93
|-------|------------|
94
94
| Written in the Stars: Predict Your Future With Tensorflow and MongoDB Charts |[](https://github.com/mongodb-developer/GenAI-Showcase/blob/main/notebooks/ml/tensorflow_mongodbcharts_horoscopes.ipynb)|
95
95
96
96
## MongoDB Specific
97
-
These MongoDB specific tutorials are meant to showcase a specific MongoDB platform integrated with artificial intelligence or machine learning. These step-by-step tutorials will allow the reader to truly understand not only the platform, but also the AI use-case.
97
+
These MongoDB specific tutorials are meant to showcase a specific MongoDB platform integrated with artificial intelligence or machine learning. These step-by-step tutorials will allow the reader to truly understand not only the platform, but also the AI use-case.
Copy file name to clipboardexpand all lines: apps/lyric-semantic-search/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Before starting this tutorial, you'll need to have the following:
15
15
- Maven 3.9.6+ configured for your project.
16
16
17
17
## Application Configuration
18
-
Configure your Spring application to set up the vector store and other necessary beans.
18
+
Configure your Spring application to set up the vector store and other necessary beans.
19
19
20
20
In our application properties, we are going to configure our MongoDB database, as well as everything we need for semantically searching our data. We'll also add in information such as our OpenAI embedding model and api key.
Copy file name to clipboardexpand all lines: apps/lyric-semantic-search/src/main/java/com/mongodb/lyric_semantic_search/repository/LyricSearchRepository.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ public interface LyricSearchRepository {
Copy file name to clipboardexpand all lines: apps/lyric-semantic-search/src/main/java/com/mongodb/lyric_semantic_search/repository/LyricSearchRepositoryImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ public Optional<Boolean> deleteDocuments(List<String> ids) {
Copy file name to clipboardexpand all lines: apps/springai-terraform-rag/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,6 @@ To run this project, you'll need:
85
85
86
86
## Technologies Used
87
87
- **Spring Boot**: Java-based framework for building REST APIs.
88
-
- **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.
88
+
- **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.
89
89
- **OpenAI**: Generates embeddings for semantic searches.
90
90
- **Terraform**: Automates infrastructure management for MongoDB Atlas.
0 commit comments