Skip to content

Commit dd91bc0

Browse files
authored
INTPYTHON-842 Prepare for langchain-mongodb 0.9.0 (#283)
INTPYTHON-842 ## Summary <!-- What is this PR introducing? If context is already provided from the JIRA ticket, still place it in the Pull Request as you should not make the reviewer do digging for a basic summary. --> Prep for langchain-mongodb 0.9.0. ## Changes in this PR <!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate the desired outcome explained in the above summary? --> Update changelog and version. ## Test Plan Standard tests <!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why. All code should be tested in some way – so please list what your validation strategy was. --> ### Screenshots (optional) N/A <!-- Usually a great supplement to a test plan, especially if this requires local testing. --> ## Checklist <!-- Do not delete the items provided on this checklist --> ### Checklist for Author - [x] Did you update the changelog (if necessary)? - [x] Is the intention of the code captured in relevant tests? - [x] If there are new TODOs, has a related JIRA ticket been created? - [ ] Has a MongoDB Employee run [the patch build of this PR](https://github.com/mongodb-labs/ai-ml-pipeline-testing?tab=readme-ov-file#running-a-patch-build-of-a-given-pr)? N/A - docs only ### Checklist for Reviewer {@primary_reviewer} - [ ] Does the title of the PR reference a JIRA Ticket? - [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?) - [ ] Have you checked for spelling & grammar errors? - [ ] Is all relevant documentation (README or docstring) updated? ## Focus Areas for Reviewer (optional) <!-- List any complex portion of code you believe needs particular scrutiny and explain why. -->
1 parent 475c47f commit dd91bc0

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

libs/langchain-mongodb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
---
44

5+
## Changes in version 0.9.0 (2025/12/03)
6+
7+
- Add visualization support to `MongoDBGraphStore` with optional `langchain_mongodb[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

libs/langchain-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "langchain-mongodb"
8-
version = "0.8.0"
8+
version = "0.9.0"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.10"

libs/langchain-mongodb/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)