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
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>
7 months ago
..
cli infra: make `.gitignore` consistent with standard python gitignore (#16828) 8 months ago
community community[patch]: Mongo index creation (#17748) 7 months ago
core core[minor]: Chat Models to fallback astream to fallback on sync stream if available (#18748) 7 months ago
experimental experimental[minor]: Add LLM graph transformer (#18733) 7 months ago
langchain langchain[patch]: getattr import from langchain.chains (#18160) 7 months ago
partners anthropic[patch]: integration test update (#18823) 7 months ago
text-splitters docs: text splitters readme (#18359) 7 months ago