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/community/langchain_community/chat_message_histories
Venkatesan 7a18b63dbf
community[patch]: Mongo index creation (#17748)
- [ ] Title: Mongodb: MongoDB connection performance improvement. 
- [ ] Message: 
- **Description:** I made collection index_creation as optional. Index
Creation is one time process.
- **Issue:** MongoDBChatMessageHistory class object is attempting to
create an index during connection, causing each request to take longer
than usual. This should be optional with a parameter.
    - **Dependencies:** N/A
    - **Branch to be checked:** origin/mongo_index_creation

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
6 months ago
..
__init__.py docs: added `community` modules descriptions (#17827) 7 months ago
astradb.py astradb: Add AstraDBChatMessageHistory to langchain-astradb package (#17732) 7 months ago
cassandra.py
cosmos_db.py
dynamodb.py
elasticsearch.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 7 months ago
file.py
firestore.py
in_memory.py
momento.py
mongodb.py community[patch]: Mongo index creation (#17748) 6 months ago
neo4j.py
postgres.py
redis.py
rocksetdb.py
singlestoredb.py
sql.py
streamlit.py community[patch]: chat message histrory mypy fix (#18250) 7 months ago
tidb.py
upstash_redis.py
xata.py
zep.py