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/docs
Pavlo Paliychuk 70ae59bcfe
docs: Update Zep Messaging, add links to Zep Cloud Docs (#20848)
Thank you for contributing to LangChain!

- [x] **PR title**: docs: Update Zep Messaging, add links to Zep Cloud
Docs

- [x] **PR message**: 
- **Description:** This PR updates Zep messaging in the docs + links to
Langchain Zep Cloud examples in our documentation
    - **Twitter handle:** @paulpaliychuk51


- [x] **Add tests and docs**: 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.


- [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.
5 months ago
..
api_reference experimental[minor]: upgrade the prompt injection model (#20783) 5 months ago
data
docs docs: Update Zep Messaging, add links to Zep Cloud Docs (#20848) 5 months ago
scripts docs: fix api ref link autogeneration (#20766) 5 months ago
src
static
.gitignore
.local_build.sh docs: automatically add api ref links (#20755) 5 months ago
.yarnrc.yml
README.md
babel.config.js
code-block-loader.js
docusaurus.config.js
package.json Lock low level dep to fix Vercel docs build (#20573) 5 months ago
settings.ini
sidebars.js
vercel.json upstage: init package (#20574) 5 months ago
vercel_build.sh docs: install partner pkgs vercel (#20761) 5 months ago
vercel_requirements.txt docs: install partner pkgs vercel (#20761) 5 months ago
yarn.lock Lock low level dep to fix Vercel docs build (#20573) 5 months ago

README.md

LangChain Documentation

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