langchain/libs/partners
Jib f92f7d2e03
mongodb[minor]: Add MongoDB LLM Cache (#17470)
# Description

- **Description:** Adding MongoDB LLM Caching Layer abstraction
- **Issue:** N/A
- **Dependencies:** None
- **Twitter handle:** @mongodb

Checklist:

- [x] PR title: Please title your PR "package: description", where
"package" is whichever of langchain, community, core, experimental, etc.
is being modified. Use "docs: ..." for purely docs changes, "templates:
..." for template changes, "infra: ..." for CI changes.
  - Example: "community: add foobar LLM"
- [x] PR Message (above)
- [x] Pass lint and test: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified to check that you're
passing lint and testing. See contribution guidelines for more
information on how to write/run tests, lint, etc:
https://python.langchain.com/docs/contributing/
- [ ] 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.

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.

---------

Co-authored-by: Jib <jib@byblack.us>
2024-03-05 10:38:39 -08:00
..
ai21 ai21: init package (#17592) 2024-02-15 12:25:05 -08:00
airbyte text-splitters[minor], langchain[minor], community[patch], templates, docs: langchain-text-splitters 0.0.1 (#18346) 2024-02-29 18:33:21 -08:00
anthropic anthropic[minor]: add tool calling (#18554) 2024-03-05 08:30:16 -08:00
astradb astradb: move to langchain-datastax repo (#18354) 2024-03-01 19:04:43 +00:00
elasticsearch partners: add Elasticsearch package (#17467) 2024-02-26 23:19:47 +00:00
exa docs: Additional examples for partners/exa README (#18081) 2024-02-25 18:53:47 -08:00
fireworks fireworks[patch]: support "any" tool_choice (#18343) 2024-03-01 11:12:28 -08:00
google-genai google-genai, google-vertexai: move to langchain-google (#17899) 2024-02-25 21:58:05 -08:00
google-vertexai google-genai, google-vertexai: move to langchain-google (#17899) 2024-02-25 21:58:05 -08:00
groq langchain_groq[patch]: Invoke callback prior to yielding token (#18272) 2024-02-28 23:43:16 +00:00
ibm langchain_ibm[patch] update docstring, dependencies, tests (#18386) 2024-03-01 21:01:53 +00:00
mistralai openai[patch], mistral[patch], fireworks[patch]: releases 0.0.8, 0.0.5, 0.0.2 (#18186) 2024-02-27 04:22:24 -08:00
mongodb mongodb[minor]: Add MongoDB LLM Cache (#17470) 2024-03-05 10:38:39 -08:00
nomic partners: version constraints (#17492) 2024-02-14 08:57:46 -08:00
nvidia-ai-endpoints langchain_nvidia_ai_endpoints[patch]: Invoke callback prior to yielding token (#18271) 2024-02-28 18:10:57 +00:00
nvidia-trt nvidia-trt[patch]: Invoke callback prior to yielding token (#18446) 2024-03-03 14:15:11 -08:00
openai docs: remove duplicate quote in AzureOpenAIEmbeddings doc (#18315) 2024-02-29 11:25:50 -08:00
pinecone docs: update pinecone README to use PineconeVectorStore (#18170) 2024-03-01 12:12:52 -08:00
robocorp docs: robocorpai dosctrings (#17968) 2024-02-22 15:55:01 -08:00
together partners: version constraints (#17492) 2024-02-14 08:57:46 -08:00