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 82b5bdc7a1
docs: Fix misplaced zep cloud example links (#20867)
Thank you for contributing to LangChain!

- [x] **PR title**: Fix misplaced zep cloud example links
- [x] **PR message**: 
- **Description:** Fixes misplaced links for vector store and memory zep
cloud examples

- [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 👥 Update LangChain people data (#19858) 6 months ago
docs docs: Fix misplaced zep cloud example links (#20867) 5 months ago
scripts docs: fix api ref link autogeneration (#20766) 5 months ago
src docs: add Cohere to ChatModelTabs (#20386) 5 months ago
static docs: reorg and visual refresh (#19765) 6 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 6 months ago
.local_build.sh docs: automatically add api ref links (#20755) 5 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
README.md docs: developer docs (#14776) 9 months ago
babel.config.js Restructure docs (#11620) 11 months ago
code-block-loader.js Restructure docs (#11620) 11 months ago
docusaurus.config.js docs: fix title cap (#20048) 6 months ago
package.json Lock low level dep to fix Vercel docs build (#20573) 5 months ago
settings.ini Restructure docs (#11620) 11 months ago
sidebars.js docs: `graphs` update (#19675) 6 months ago
vercel.json upstage: init package (#20574) 5 months ago
vercel_build.sh upstage: Add Upstage partner package LA and GC (#20651) 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