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>
2024-03-08 16:43:17 -08:00
..
cli infra: make .gitignore consistent with standard python gitignore (#16828) 2024-02-12 19:43:41 -08:00
community community[patch]: Mongo index creation (#17748) 2024-03-08 16:43:17 -08:00
core core[minor]: Chat Models to fallback astream to fallback on sync stream if available (#18748) 2024-03-08 13:27:29 -05:00
experimental experimental[minor]: Add LLM graph transformer (#18733) 2024-03-07 20:52:53 -08:00
langchain langchain[patch]: getattr import from langchain.chains (#18160) 2024-03-08 10:36:14 -08:00
partners anthropic[patch]: integration test update (#18823) 2024-03-08 13:47:31 -08:00
text-splitters docs: text splitters readme (#18359) 2024-03-01 03:00:42 +00:00