Skip to content

Commit 07c1e93

Browse files
committed
copy review feedback
1 parent 86430e5 commit 07c1e93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MongoDB Documentation Notebooks
22

33
This repository contains Jupyter Notebooks that follow
4-
tutorials and code examples in MongoDB's official [MongoDB Vector Search documentation](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/). You can run, download, and modify these notebooks as you learn how to use MongoDB Vector Search for your use case.
4+
tutorials and code examples in the official [MongoDB Vector Search documentation](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/). You can run, download, and modify these notebooks as you learn how to use MongoDB Vector Search for your use case.
55

66
## Overview
77

ai-integrations/langchain-natural-language.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "e696dea0",
1414
"metadata": {},
1515
"source": [
16-
"This notebook is a companion to the [Query MongoDB with Natural Language Using LangChain and LangGraph](https://www.mongodb.com/docs//ai-integrations/langchain/natural-language-to-mql/) tutorial. Refer to the page for set-up instructions and detailed explanations.\n",
16+
"This notebook is a companion to the [Query MongoDB with Natural Language Using LangChain and LangGraph](https://www.mongodb.com/docs/atlas/ai-integrations/langchain/natural-language-to-mql/) tutorial. Refer to the page for set-up instructions and detailed explanations.\n",
1717
"\n",
1818
"This notebook demonstrates how to query a MongoDB cluster with a natural language prompt using an AI agent built with the [LangChain MongoDB Toolkit](https://langchain-mongodb.readthedocs.io/en/latest/langchain_mongodb/agent_toolkit/langchain_mongodb.agent_toolkit.toolkit.MongoDBDatabaseToolkit.html#langchain_mongodb.agent_toolkit.toolkit.MongoDBDatabaseToolkit) and the [LangGraph ReAct Agent Framework](https://langchain-ai.github.io/langgraph/agents/agents/).\n",
1919
"\n",

use-cases/ai-agent.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"This notebook is a companion to the [Build AI Agents with MongoDB](https://www.mongodb.com/docs/atlas/atlas-vector-search/build-agents) page. For a more traditional Python development example and detailed explanations of the code, refer to the tutorial on the page.\n",
16+
"This notebook is a companion to the [Build AI Agents with MongoDB](https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-agents) page. For a more traditional Python development example and detailed explanations of the code, refer to the tutorial on the page.\n",
1717
"\n",
1818
"This notebook demonstrates an AI agent that uses MongoDB as the database for both agentic RAG and agent memory.\n",
1919
"\n",

use-cases/local-rag.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"from pymongo import MongoClient\n",
6868
"from sentence_transformers import SentenceTransformer\n",
6969
"\n",
70-
"# Connect to your local Atlas deployment or MongoDB Cluster\n",
70+
"# Connect to your local Atlas deployment or MongoDB cluster\n",
7171
"client = MongoClient(MONGODB_URI)\n",
7272
"\n",
7373
"# Select the sample_airbnb.listingsAndReviews collection\n",

0 commit comments

Comments
 (0)