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/unit_tests
Pavlo Paliychuk 342df7cf83
community[minor]: Add Zep Cloud components + docs + examples (#21671)
Thank you for contributing to LangChain!

- [x] **PR title**: community: Add Zep Cloud components + docs +
examples

- [x] **PR message**: 
We have recently released our new zep-cloud sdks that are compatible
with Zep Cloud (not Zep Open Source). We have also maintained our Cloud
version of langchain components (ChatMessageHistory, VectorStore) as
part of our sdks. This PRs goal is to port these components to langchain
community repo, and close the gap with the existing Zep Open Source
components already present in community repo (added
ZepCloudMemory,ZepCloudVectorStore,ZepCloudRetriever).
Also added a ZepCloudChatMessageHistory components together with an
expression language example ported from our repo. We have left the
original open source components intact on purpose as to not introduce
any breaking changes.
    - **Issue:** -
- **Dependencies:** Added optional dependency of our new cloud sdk
`zep-cloud`
    - **Twitter handle:** @paulpaliychuk51


- [x] **Add tests and docs**


- [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/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
1 day ago
..
agent_toolkits community[patch]: import flattening fix (#20110) 2 months ago
agents langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2 weeks ago
callbacks community: Update costs of openai finetuned models (#22124) 4 days ago
chains langchain[minor]: Add PebbloRetrievalQA chain with Identity & Semantic Enforcement support (#20641) 2 weeks ago
chat_loaders community[patch]: import flattening fix (#20110) 2 months ago
chat_message_histories community[minor]: Add Zep Cloud components + docs + examples (#21671) 1 day ago
chat_models community[patch]: standardize init args, update for javelin sdk release. (#21980) 6 days ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 2 months ago
data community[patch]: Adding HEADER to the list of supported locations (#21946) 6 days ago
docstore community[patch]: import flattening fix (#20110) 2 months ago
document_compressors langchain: add RankLLM Reranker (#21171) 6 days ago
document_loaders community[minor]: Add CloudBlobLoader that supports loading data from cloud buckets (#21957) 5 days ago
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 3 weeks ago
embeddings community[minor]: Add Clova Embeddings for LangChain Community (#21890) 6 days ago
evaluation langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2 weeks ago
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
graphs community[minor]: add graph store implementation for apache age (#20582) 1 month ago
imports langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2 weeks ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
llms infra: rm unused # noqa violations (#22049) 6 days ago
load langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2 weeks ago
query_constructors multiple: langchain 0.2 in master (#21191) 3 weeks ago
retrievers community[minor]: Add Zep Cloud components + docs + examples (#21671) 1 day ago
storage doc: Add doc for CassandraByteStore (#22126) 4 days ago
tools community[minor]: add AskNews retriever and AskNews tool (#21581) 1 week ago
utilities community[patch]: Adding HEADER to the list of supported locations (#21946) 6 days ago
utils community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
vectorstores community[minor]: Add Zep Cloud components + docs + examples (#21671) 1 day ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
test_cache.py infra: rm unused # noqa violations (#22049) 6 days ago
test_dependencies.py multiple: langchain 0.2 in master (#21191) 3 weeks ago
test_document_transformers.py infra: rm unused # noqa violations (#22049) 6 days ago
test_imports.py community[patch]: Fix remaining __inits__ in community (#22037) 6 days ago
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 3 months ago
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 4 months ago
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago