diff --git a/libs/partners/mongodb/README.md b/libs/partners/mongodb/README.md index a74fe65947..eda9f6841b 100644 --- a/libs/partners/mongodb/README.md +++ b/libs/partners/mongodb/README.md @@ -6,7 +6,6 @@ pip install -U langchain-mongodb ``` # Usage -- See [integrations doc](../../../docs/docs/integrations/providers/mongodb_atlas.ipynb) for more in-depth usage instructions. - See [Getting Started with the LangChain Integration](https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/langchain/#get-started-with-the-langchain-integration) for a walkthrough on using your first LangChain implementation with MongoDB Atlas. ## Using MongoDBAtlasVectorSearch @@ -37,4 +36,4 @@ vector_search_2 = MongoDBAtlasVectorSearch( embeddings=OpenAIEmbeddings(disallowed_special=()), index_name=ATLAS_VECTOR_SEARCH_INDEX_NAME, ) -``` \ No newline at end of file +```