Skip to content

Commit

Permalink
INTPYTHON-455 Add CHANGELOG (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 19, 2024
1 parent 7ccf149 commit 95a0c3d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ It contains the following packages.
- `langchain-mongodb` ([PyPI](https://pypi.org/project/langchain-mongodb/))
- `langgraph-checkpoint-mongodb` ([PyPI](https://pypi.org/project/langgraph-checkpoint-mongodb/))

**Note**: This repository replaces all MongoDB integrations currently present in the `langchain-community` package. Users are encouraged to migrate to this repository as soon as possible.

## Features

### LangChain

- Vector store
-[MongoDBAtlasVectorSearch](https://python.langchain.com/docs/integrations/vectorstores/mongodb_atlas/)
- Message histories
Expand All @@ -23,10 +27,11 @@ It contains the following packages.
- `MongoDBAtlasParentDocumentRetriever` - new feature, docs coming soon!
- Indexing
- `MongoDBRecordManager` - new feature, docs coming soon!
- LangGraph persistence
- `MongoDBSaver` - new feature, docs coming soon!

**Note**: This repository replaces all MongoDB integrations currently present in the `langchain-community` package. Users are encouraged to migrate to this repository as soon as possible.
### LangGraph

- Checkpointing
- `MongoDBSaver` - new feature, docs coming soon!

## Installation

Expand Down
20 changes: 20 additions & 0 deletions libs/langchain-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

---

## Changes in version 0.4 (YYYY/MM/DD)

- Added support for `MongoDBRecordManager`.

## Changes in version 0.3 (2024/12/13)

- Added support for `MongoDBAtlasParentDocumentRetriever`.
- Migrated to https://github.com/langchain-ai/langchain-mongodb.

## Changes in version 0.2 (2024/09/13)

- Added support for `MongoDBAtlasFullTextSearchRetriever` and `MongoDBAtlasHybridSearchRetriever`.

## Changes in version 0.1 (2024/02/29)

- Initial release, added support for `MongoDBAtlasVectorSearch`.
7 changes: 7 additions & 0 deletions libs/langgraph-checkpoint-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

---

## Changes in version 0.1 (2024/12/13)

- Initial release, added support for `MongoDBSaver`.

0 comments on commit 95a0c3d

Please sign in to comment.