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
Copy file name to clipboardExpand all lines: libs/langchain-mongodb/README.md
-27Lines changed: 0 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,3 @@ pip install -U langchain-mongodb
9
9
10
10
# Usage
11
11
-[Integrate Atlas Vector Search with LangChain](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.
12
-
13
-
## Using MongoDBAtlasVectorSearch
14
-
```python
15
-
import os
16
-
from langchain_mongodb import MongoDBAtlasVectorSearch
17
-
from langchain_openai import OpenAIEmbeddings
18
-
19
-
# Pull MongoDB Atlas URI from environment variables
0 commit comments