langchain/docs
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.
2024-05-27 12:50:13 -07:00
..
api_reference infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
data 👥 Update LangChain people data (#21143) 2024-05-01 11:01:43 -04:00
docs community[minor]: Add Zep Cloud components + docs + examples (#21671) 2024-05-27 12:50:13 -07:00
scripts docs: edit links, direct for notebooks (#22051) 2024-05-24 19:44:46 +00:00
src docs: compact the API Reference links (#21285) 2024-05-23 15:50:23 -07:00
static docs: reorg and visual refresh (#19765) 2024-04-04 00:58:36 -07:00
.gitignore infra: cleanup docs build (#21134) 2024-05-01 17:34:05 -07:00
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00
babel.config.js Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
docusaurus.config.js docs: edit links, direct for notebooks (#22051) 2024-05-24 19:44:46 +00:00
Makefile docs: edit links, direct for notebooks (#22051) 2024-05-24 19:44:46 +00:00
package.json docs: v0.2 docs in master (#21438) 2024-05-08 12:29:59 -07:00
README.md docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
sidebars.js docs: link to langsmith+langgraph docs (#21930) 2024-05-20 13:05:22 -07:00
vercel_build.sh infra: use nbconvert for docs build (#21135) 2024-05-07 12:30:17 -07:00
vercel_requirements.txt docs: remove postgres from docs build (#21847) 2024-05-17 15:36:35 -07:00
vercel.json docs: add multi-modal-docs (#21734) 2024-05-23 18:33:25 +00:00
yarn.lock docs: v0.2 docs in master (#21438) 2024-05-08 12:29:59 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide