langchain/libs
Jib c0fcf76e93
LangChain-MongoDB: [Experimental] Driver-side index creation helper (#19359)
## Description
Created a helper method to make vector search indexes via client-side
pymongo.

**Recent Update** -- Removed error suppressing/overwriting layer in
favor of letting the original exception provide information.

## ToDo's
- [x] Make _wait_untils for integration test delete index
functionalities.
- [x] Add documentation for its use. Highlight it's experimental
- [x] Post Integration Test Results in a screenshot
- [x] Get review from MongoDB internal team (@shaneharvey, @blink1073 ,
@NoahStapp , @caseyclements)



- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. Added new integration tests. Not eligible for unit testing since the
operation is Atlas Cloud specific.
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

![image](https://github.com/langchain-ai/langchain/assets/2887713/a3fc8ee1-e04c-4976-accc-fea0eeae028a)


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
2024-06-26 15:07:28 -04:00
..
cli Add a conversation memory that combines a (optionally persistent) vectorstore history with a token buffer (#22155) 2024-06-25 20:17:10 -07:00
community docs: Update Tongyi ChatModel docstring (#23540) 2024-06-26 13:07:13 -04:00
core core[patch]: use args_schema doc for tool description (#23503) 2024-06-25 15:26:35 -07:00
experimental experimental: release 0.0.62 (#23507) 2024-06-25 22:01:35 +00:00
langchain Add a conversation memory that combines a (optionally persistent) vectorstore history with a token buffer (#22155) 2024-06-25 20:17:10 -07:00
partners LangChain-MongoDB: [Experimental] Driver-side index creation helper (#19359) 2024-06-26 15:07:28 -04:00
standard-tests standard-tests[minor]: Add standard read write test suite for vectorstores (#23355) 2024-06-24 19:40:56 +00:00
text-splitters text-splitters: release 0.2.2 (#23508) 2024-06-25 18:26:05 -04:00