langchain/libs/partners/mongodb/tests
Jib f8078e41e5
mongodb[patch]: Added scoring threshold to caching (#19286)
## Description
Semantic Cache can retrieve noisy information if the score threshold for
the value is too low. Adding the ability to set a `score_threshold` on
cache construction can allow for less noisy scores to appear.


- [x] **Add tests and docs**
  1. Added tests that confirm the `score_threshold` query is valid.


- [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/

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-03-19 11:30:02 -07:00
..
integration_tests mongodb[patch]: Added scoring threshold to caching (#19286) 2024-03-19 11:30:02 -07:00
unit_tests mongodb[patch]: Added scoring threshold to caching (#19286) 2024-03-19 11:30:02 -07:00
__init__.py
utils.py langchain-mongodb: add unit tests for MongoDBChatMessageHistory (#18599) 2024-03-05 11:44:31 -08:00