AI
Sign in to follow topics
Featured
Article
Capturing and Storing Real-World Optics With MongoDB Atlas, OpenAI GPT-4o, and PyMongo
Capture real-world data using MongoDB Atlas, PyMongo, and OpenAI’s GPT-4. Transform images into searchable JSON documents and interact with an AI agent.Sep 04, 2024 | 7 min read
All AI Content
- Latest
- Highest Rated
Article
Capturing and Storing Real-World Optics With MongoDB Atlas, OpenAI GPT-4o, and PyMongo
Capture real-world data using MongoDB Atlas, PyMongo, and OpenAI’s GPT-4. Transform images into searchable JSON documents and interact with an AI agent.Sep 04, 2024
Tutorial
A Beginner's Guide to Integrating MongoDB With TensorFlow Using JavaScript
Are you a JavaScript newbie or guru and curious to know how Tensorflow.js works with MongoDB as the database? This tutorial is for you. Follow along as we explain how to use MongoDB with Tensorflow.js.Sep 04, 2024
Tutorial
Building a Semantic Search Service With Spring AI and MongoDB Atlas
Learn how to get started with Spring AI and the MongoDB vector store integration. Use vector search to semantically search your data, all in the Spring ecosystem.Sep 03, 2024
Tutorial
Smart Filtering: A Guide to Generating Pre-filters for Semantic Search
Dive into what smart filtering is, how it works, and why it's essential for building better search experiences. Use metadata and vector search to deliver search results that truly match your intent.Sep 03, 2024
(+1)
Tutorial
Caching LLMs Response With MongoDB Atlas and Vector Search
Discover how to reduce API costs and improve response times for Large Language Models (LLMs) by implementing semantic caching using MongoDB Atlas and Vector Search. Learn to efficiently handle LLM queries by storing and retrieving embeddings—numerical vectors representing the semantic meaning of text—reducing the need for repeated API calls. This guide covers setting up a FastAPI server, integrating OpenAI, embedding LLM responses, and utilizing MongoDB Atlas's advanced vector search capabilities. Perfect for developers looking to optimize AI-driven applications, lower operational costs, and enhance scalability.Sep 02, 2024
Tutorial
Building a Knowledge Base and Visualization Graphs for RAG With MongoDB
Discover how to leverage MongoDB for building powerful knowledge bases in RAG (Retrieval-Augmented Generation) architectures. This comprehensive guide explores using MongoDB's document model to construct relationship graphs, implement vector search, and create interactive visualizations. Learn step-by-step techniques for storing entities and relationships, querying graph structures, and generating dynamic network visualizations using d3.js. Perfect for developers looking to enhance their RAG systems with MongoDB's flexibility and performance. Includes code examples for creating collections, embedding hierarchical data, and optimizing queries for visualization rendering.Sep 02, 2024
(+1)
Tutorial
How to Model Documents for Vector Search to Improve Querying Capabilities
Follow along with this comprehensive tutorial on how to properly model your documents for MongoDB Vector Search.Aug 30, 2024
Tutorial
How to Choose the Best Embedding Model for Your LLM Application
In this tutorial, we will see why embeddings are important for RAG, and how to choose the best embedding model for your RAG application.Aug 30, 2024