Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions libs/langchain-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

---

## Changes in version 0.7.0 (2025/08/19)

- Support separate weights in hybrid retriever.
- Infer dimensions from embedding in auto-created index in ``MongoDBAtlasVectorSearch``
if not provided and ``auto_create_index`` is set to ``True``.
- Add support for multiple fields in ``MongoDBAtlasFullTextSearchRetriever.search_field`` and
``MongoDBAtlasVectorSearch.text_key``.
- Add additional client metadata to ``collection`` objects consumed by ``langchain-mongodb``.
- Allow ``agent_toolkit`` parser to handle Python and JavaScript objects as part of the command to run.

## Changes in version 0.6.1 (2025/05/12)

- Improve robustness of `MongoDBDatabase.run`.
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mongodb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "langchain-mongodb"
version = "0.6.2"
version = "0.7.0"
description = "An integration package connecting MongoDB and LangChain"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mongodb/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading