langchain/docs/docs
Nithish Raghunandanan f1618ec540
couchbase: Add standard and semantic caches (#23607)
Thank you for contributing to LangChain!

**Description:** Add support for caching (standard + semantic) LLM
responses using Couchbase


- [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, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Nithish Raghunandanan <nithishr@users.noreply.github.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-07-12 20:30:03 +00:00
..
_templates
additional_resources docs: Add some 3rd party tutorials (#22931) 2024-06-17 20:12:49 +00:00
changes/changelog docs: Add langchain over time (#21434) 2024-05-10 00:34:35 +00:00
contributing docs[patch]: Add structural example to style guide (#24133) 2024-07-11 13:20:14 -07:00
example_data docs[minor]: Add "Build a PDF ingestion and Question/Answering system" tutorial (#22570) 2024-06-05 17:09:28 -07:00
how_to docs: fix numeric errors in tools_chain.ipynb (#24169) 2024-07-12 11:26:26 -04:00
integrations couchbase: Add standard and semantic caches (#23607) 2024-07-12 20:30:03 +00:00
tutorials docs[patch]: Fix typo (#24132) 2024-07-11 20:10:48 +00:00
versions docs: chain migration guide (#23844) 2024-07-05 16:37:34 -07:00
.gitignore
concepts.mdx docs: Fix column positioning in the text splitting section for AI21SemanticTextSplitter (#24062) 2024-07-11 09:38:04 -04:00
introduction.mdx docs[patch]: Update diagrams (#23613) 2024-06-28 12:36:00 -07:00
people.mdx
security.md docs: standardize capitalization (#21641) 2024-05-13 16:25:51 -07:00