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/tests/integration_tests
2jimoo 7fc903464a
community: Add document manager and mongo document manager (#17320)
- **Description:** 
    - Add DocumentManager class, which is a nosql record manager. 
- In order to use index and aindex in
libs/langchain/langchain/indexes/_api.py, DocumentManager inherits
RecordManager.
    - Also I added the MongoDB implementation of Document Manager too.
  - **Dependencies:** pymongo, motor
  
<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

Replace this entire comment with:
- **Description:** Add DocumentManager class, which is a no sql record
manager. To use index method and aindex method in indexes._api.py,
Document Manager inherits RecordManager.Add the MongoDB implementation
of Document Manager.
  - **Dependencies:** pymongo, motor

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
7 months ago
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
callbacks infra: add print rule to ruff (#16221) 8 months ago
chat_message_histories infra: add -p to mkdir in lint steps (#17013) 8 months ago
chat_models community[minor]: add Kinetica LLM wrapper (#17879) 7 months ago
document_loaders community[minor]: Add tidb loader support (#17788) 8 months ago
embeddings community[minor]: Add SparkLLM Text Embedding Model and SparkLLM introduction (#17573) 8 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs community[patch]: Resolve KuzuQAChain API Changes (#16885) 8 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[minor]: Add SparkLLM to community (#17702) 8 months ago
retrievers infra: fix breebs test lint (#17075) 8 months ago
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 8 months ago
tools community[minor]: Connery Tool and Toolkit (#14506) 8 months ago
utilities community[patch]: Fix github search issues and PRs PaginatedList has no len() error (#16806) 8 months ago
vectorstores community[patch]: Bug Neo4j VectorStore when having multiple indexes the sort is not working and the store that returned is random (#17396) 8 months ago
.env.example community[minor]: add Kinetica LLM wrapper (#17879) 7 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 9 months ago
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago