Skip to content

Commit 063e14e

Browse files
Apply suggestions from code review
Co-authored-by: cbullinger <[email protected]>
1 parent 8be3a40 commit 063e14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-integrations/langchain-graphrag.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"This notebook is a companion to the [GraphRAG with MongoDB and LangChain](https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/langchain/graph-rag/) tutorial. Refer to the page for set-up instructions and detailed explanations.\n",
1111
"\n",
12-
"This notebook demonstrates a GraphRAG implementation using MongoDB Atlas and LangChain. Compared to vector-based RAG which structures your data as vector embeddings, GraphRAG structures data as a knowledge graph with entities and their relationships. This enables relationship-aware retrieval and multi-hop reasoning.\n",
12+
"This notebook demonstrates a GraphRAG implementation using MongoDB Atlas and LangChain. Compared to vector-based RAG, which structures your data as vector embeddings, GraphRAG structures data as a knowledge graph with entities and their relationships. This enables relationship-aware retrieval and multi-hop reasoning.\n",
1313
"\n",
1414
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/mongodb/docs-notebooks/blob/main/ai-integrations/langchain-graphrag.ipynb\">\n",
1515
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
@@ -38,7 +38,7 @@
3838
"Before you begin, make sure you have the following:\n",
3939
"\n",
4040
"- An Atlas cluster up and running (you'll need the [connection string](https://www.mongodb.com/docs/guides/atlas/connection-string/))\n",
41-
"- An API key to access an LLM (This tutorial uses a model from OpenAI, but it can be any model [supported by LangChain](https://python.langchain.com/docs/integrations/chat/))"
41+
"- An API key to access an LLM (This tutorial uses a model from OpenAI, but you can use any model [supported by LangChain](https://python.langchain.com/docs/integrations/chat/))"
4242
]
4343
},
4444
{

0 commit comments

Comments
 (0)