You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Luis Rueda 168e9ed3a5
partners: add custom options to MongoDBChatMessageHistory (#22944)
**Description:** Adds options for configuring MongoDBChatMessageHistory
(no breaking changes):
- session_id_key: name of the field that stores the session id
- history_key: name of the field that stores the chat history
- create_index: whether to create an index on the session id field
- index_kwargs: additional keyword arguments to pass to the index
creation

**Discussion:**
https://github.com/langchain-ai/langchain/discussions/22918
**Twitter handle:** @userlerueda

---------

Co-authored-by: Jib <Jibzade@gmail.com>
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
3 months ago
..
cli cli[minor]: remove redefined DEFAULT_GIT_REF (#21471) 4 months ago
community community: fix issue with nested field extraction in MongodbLoader (#22801) 3 months ago
core [Core] Add support for inferring Annotated types (#23284) 4 months ago
experimental core[minor]: BaseChatModel with_structured_output implementation (#22859) 4 months ago
langchain core[minor]: Update pgvector transalor for langchain_postgres (#23217) 4 months ago
partners partners: add custom options to MongoDBChatMessageHistory (#22944) 3 months ago
standard-tests standard-tests[minor]: Add standard read write test suite for vectorstores (#23355) 3 months ago
text-splitters text-splitters: Fix/recursive json splitter data persistence issue (#21529) 4 months ago