File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## Changes in version 0.9.0 (2025/12/03)
6+
7+ - Add visualization support to ` MongoDBGraphStore ` with optional ` langchain_mongo[viz] ` .
8+ - Add ` search_by_vector ` method to ` MongoDBAtlasVectorSearch ` .
9+ - Add support for passing additional vector index options to the vector search index definition and related functions.
10+
511## Changes in version 0.8.0 (2025/11/18)
612
713- Update dependencies to align with LangChain 1.0, which is now the minimum supported version of LangChain.
814 This includes adding ` langchain_classic ` as a dependency to support existing Retriever APIs.
15+ - Drop support for Python 3.9.
916
1017## Changes in version 0.7.2 (2025/10/30)
1118
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " langchain-mongodb"
8- version = " 0.8 .0"
8+ version = " 0.9 .0"
99description = " An integration package connecting MongoDB and LangChain"
1010readme = " README.md"
1111requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments