Skip to content

Commit a087b11

Browse files
authored
INTPYTHON-692 Prep for langchain-mongodb 0.7 release (#194)
1 parent 301772c commit a087b11

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

libs/langchain-mongodb/CHANGELOG.md

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

33
---
44

5+
## Changes in version 0.7.0 (2025/08/19)
6+
7+
- Support separate weights in hybrid retriever.
8+
- Infer dimensions from embedding in auto-created index in ``MongoDBAtlasVectorSearch``
9+
if not provided and ``auto_create_index`` is set to ``True``.
10+
- Add support for multiple fields in ``MongoDBAtlasFullTextSearchRetriever.search_field`` and
11+
``MongoDBAtlasVectorSearch.text_key``.
12+
- Add additional client metadata to ``collection`` objects consumed by ``langchain-mongodb``.
13+
- Allow ``agent_toolkit`` parser to handle Python and JavaScript objects as part of the command to run.
14+
515
## Changes in version 0.6.1 (2025/05/12)
616

717
- Improve robustness of `MongoDBDatabase.run`.

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.6.2"
8+
version = "0.7.0"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

libs/langchain-mongodb/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)